Lines Matching refs:Insert
244 Updates.push_back({DominatorTree::Insert, PredBB, SuccOfBB}); in MergeBlockIntoPredecessor()
648 Updates.push_back({DominatorTree::Insert, BB, NewBB}); in ehAwareSplitEdge()
649 Updates.push_back({DominatorTree::Insert, NewBB, Succ}); in ehAwareSplitEdge()
788 Updates.push_back({DominatorTree::Insert, Old, New}); in SplitBlockImpl()
791 Updates.push_back({DominatorTree::Insert, New, UniqueSuccessorOfOld}); in SplitBlockImpl()
854 DTUpdates.push_back({DominatorTree::Insert, New, Old}); in splitBlockBefore()
857 DTUpdates.push_back({DominatorTree::Insert, UniquePredecessorOfOld, New}); in splitBlockBefore()
893 Updates.push_back({DominatorTree::Insert, NewBB, OldBB}); in UpdateAnalysisInformation()
896 Updates.push_back({DominatorTree::Insert, UniquePred, NewBB}); in UpdateAnalysisInformation()
1360 Updates.push_back({DominatorTree::Insert, Head, Tail}); in SplitBlockAndInsertIfThenImpl()
1363 Updates.push_back({DominatorTree::Insert, Tail, UniqueSuccessorOfHead}); in SplitBlockAndInsertIfThenImpl()
1378 Updates.push_back({DominatorTree::Insert, ThenBlock, Tail}); in SplitBlockAndInsertIfThenImpl()
1386 Updates.push_back({DominatorTree::Insert, Head, ThenBlock}); in SplitBlockAndInsertIfThenImpl()
1749 Updates.push_back({DominatorTree::Insert, In, FirstGuardBlock}); in CreateControlFlowHub()
1775 Updates.push_back({DominatorTree::Insert, GuardBlocks[i], Outgoing[i]}); in CreateControlFlowHub()
1777 {DominatorTree::Insert, GuardBlocks[i], GuardBlocks[i + 1]}); in CreateControlFlowHub()
1779 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()
1781 Updates.push_back({DominatorTree::Insert, GuardBlocks[NumGuards - 1], in CreateControlFlowHub()