reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
750 ASSERT_TRUE(DTU.getDomTree().verify()); 764 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1}, 771 ASSERT_FALSE(DTU.hasPendingUpdates()); 774 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1}}); 775 ASSERT_FALSE(DTU.hasPendingUpdates()); 782 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1}, 787 ASSERT_TRUE(DTU.hasPendingUpdates()); 792 DTU.applyUpdates({{DominatorTree::Insert, BB0, BB2}}); 793 ASSERT_TRUE(DTU.getDomTree().verify());