Lines Matching refs:Insert
353 Builder.Insert(CmpBr); in emitLoadCompareByteBlock()
356 {{DominatorTree::Insert, BB, EndBlock}, in emitLoadCompareByteBlock()
357 {DominatorTree::Insert, BB, LoadCmpBlocks[BlockIndex + 1]}}); in emitLoadCompareByteBlock()
361 Builder.Insert(CmpBr); in emitLoadCompareByteBlock()
363 DTU->applyUpdates({{DominatorTree::Insert, BB, EndBlock}}); in emitLoadCompareByteBlock()
449 Builder.Insert(CmpBr); in emitLoadCompareBlockMultipleLoads()
451 DTU->applyUpdates({{DominatorTree::Insert, BB, ResBlock.BB}, in emitLoadCompareBlockMultipleLoads()
452 {DominatorTree::Insert, BB, NextBB}}); in emitLoadCompareBlockMultipleLoads()
507 Builder.Insert(CmpBr); in emitLoadCompareBlock()
509 DTU->applyUpdates({{DominatorTree::Insert, BB, NextBB}, in emitLoadCompareBlock()
510 {DominatorTree::Insert, BB, ResBlock.BB}}); in emitLoadCompareBlock()
533 Builder.Insert(NewBr); in emitMemCmpResultBlock()
535 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}}); in emitMemCmpResultBlock()
550 Builder.Insert(NewBr); in emitMemCmpResultBlock()
552 DTU->applyUpdates({{DominatorTree::Insert, ResBlock.BB, EndBlock}}); in emitMemCmpResultBlock()
646 DTU->applyUpdates({{DominatorTree::Insert, StartBlock, LoadCmpBlocks[0]}, in getMemCmpExpansion()