Lines Matching refs:Insert
2019 DTU->applyUpdates({{DominatorTree::Insert, NewBB, SuccBB}, in ThreadEdge()
2020 {DominatorTree::Insert, PredBB, NewBB}, in ThreadEdge()
2104 Updates.push_back({DominatorTree::Insert, NewBB, BB}); in SplitBlockPreds()
2107 Updates.push_back({DominatorTree::Insert, Pred, NewBB}); in SplitBlockPreds()
2285 Updates.push_back({DominatorTree::Insert, OldPredBB, PredBB}); in DuplicateCondBranchOnPHIIntoPred()
2286 Updates.push_back({DominatorTree::Insert, PredBB, BB}); in DuplicateCondBranchOnPHIIntoPred()
2332 Updates.push_back({DominatorTree::Insert, PredBB, SuccBB}); in DuplicateCondBranchOnPHIIntoPred()
2424 DTU->applyUpdates({{DominatorTree::Insert, NewBB, BB}, in UnfoldSelectInstr()
2425 {DominatorTree::Insert, Pred, NewBB}}); in UnfoldSelectInstr()
2594 Updates.push_back({DominatorTree::Insert, BB, SplitBB}); in TryToUnfoldSelectInCurrBB()
2595 Updates.push_back({DominatorTree::Insert, BB, NewBB}); in TryToUnfoldSelectInCurrBB()
2596 Updates.push_back({DominatorTree::Insert, NewBB, SplitBB}); in TryToUnfoldSelectInCurrBB()
2600 Updates.push_back({DominatorTree::Insert, SplitBB, Succ}); in TryToUnfoldSelectInCurrBB()