Lines Matching refs:EndBlock
404 BasicBlock *EndBlock = in expandFindMismatch() local
421 Ctx, "mismatch_min_it_check", EndBlock->getParent(), EndBlock); in expandFindMismatch()
427 Ctx, "mismatch_mem_check", EndBlock->getParent(), EndBlock); in expandFindMismatch()
430 Ctx, "mismatch_sve_loop_preheader", EndBlock->getParent(), EndBlock); in expandFindMismatch()
433 Ctx, "mismatch_sve_loop", EndBlock->getParent(), EndBlock); in expandFindMismatch()
436 Ctx, "mismatch_sve_loop_inc", EndBlock->getParent(), EndBlock); in expandFindMismatch()
439 Ctx, "mismatch_sve_loop_found", EndBlock->getParent(), EndBlock); in expandFindMismatch()
442 Ctx, "mismatch_loop_pre", EndBlock->getParent(), EndBlock); in expandFindMismatch()
445 BasicBlock::Create(Ctx, "mismatch_loop", EndBlock->getParent(), EndBlock); in expandFindMismatch()
448 Ctx, "mismatch_loop_inc", EndBlock->getParent(), EndBlock); in expandFindMismatch()
451 {DominatorTree::Delete, Preheader, EndBlock}}); in expandFindMismatch()
621 BranchInst::Create(SVELoopStartBlock, EndBlock, PredHasActiveLanes); in expandFindMismatch()
625 {DominatorTree::Insert, SVELoopIncBlock, EndBlock}}); in expandFindMismatch()
648 Builder.Insert(BranchInst::Create(EndBlock)); in expandFindMismatch()
650 DTU.applyUpdates({{DominatorTree::Insert, SVELoopMismatchBlock, EndBlock}}); in expandFindMismatch()
679 BranchInst *MatchCmpBr = BranchInst::Create(LoopIncBlock, EndBlock, MatchCmp); in expandFindMismatch()
683 {DominatorTree::Insert, LoopStartBlock, EndBlock}}); in expandFindMismatch()
692 BranchInst *IVCmpBr = BranchInst::Create(EndBlock, LoopStartBlock, IVCmp); in expandFindMismatch()
695 DTU.applyUpdates({{DominatorTree::Insert, LoopIncBlock, EndBlock}, in expandFindMismatch()
705 Builder.SetInsertPoint(EndBlock, EndBlock->getFirstInsertionPt()); in expandFindMismatch()