reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2294 Updates.push_back({DominatorTree::Delete, PredBB, BB}); 2310 Updates.push_back({DominatorTree::Insert, OldPredBB, PredBB}); 2311 Updates.push_back({DominatorTree::Insert, PredBB, BB}); 2312 Updates.push_back({DominatorTree::Delete, OldPredBB, BB}); 2357 Updates.push_back({DominatorTree::Insert, PredBB, SuccBB}); 2413 DTU->applyUpdatesPermissive(Updates);