Lines Matching refs:Insert
353 {{DominatorTree::Insert, BB, EndBlock}, in emitLoadCompareByteBlock()
354 {DominatorTree::Insert, BB, LoadCmpBlocks[BlockIndex + 1]}}); in emitLoadCompareByteBlock()
355 Builder.Insert(CmpBr); in emitLoadCompareByteBlock()
360 DTU->applyUpdates({{DominatorTree::Insert, BB, EndBlock}}); in emitLoadCompareByteBlock()
361 Builder.Insert(CmpBr); in emitLoadCompareByteBlock()
447 Builder.Insert(CmpBr); in emitLoadCompareBlockMultipleLoads()
449 DTU->applyUpdates({{DominatorTree::Insert, BB, ResBlock.BB}, in emitLoadCompareBlockMultipleLoads()
450 {DominatorTree::Insert, BB, NextBB}}); in emitLoadCompareBlockMultipleLoads()
505 Builder.Insert(CmpBr); in emitLoadCompareBlock()
507 DTU->applyUpdates({{DominatorTree::Insert, BB, NextBB}, in emitLoadCompareBlock()
508 {DominatorTree::Insert, BB, ResBlock.BB}}); in emitLoadCompareBlock()
531 Builder.Insert(NewBr); in emitMemCmpResultBlock()
533 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}}); in emitMemCmpResultBlock()
548 Builder.Insert(NewBr); in emitMemCmpResultBlock()
550 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}}); in emitMemCmpResultBlock()
644 DTU->applyUpdates({{DominatorTree::Insert, StartBlock, LoadCmpBlocks[0]}, in getMemCmpExpansion()