Lines Matching refs:TCCheckBlock
2932 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
2933 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()
2978 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitIterationCountCheck()
2981 assert(DT->properlyDominates(DT->getNode(TCCheckBlock), in emitIterationCountCheck()
2986 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()
2991 DT->changeImmediateDominator(LoopExitBlock, TCCheckBlock); in emitIterationCountCheck()
2994 TCCheckBlock->getTerminator(), in emitIterationCountCheck()
2996 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()
7727 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
7728 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()
7740 TCCheckBlock->setName("vector.main.loop.iter.check"); in emitIterationCountCheck()
7743 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitIterationCountCheck()
7747 assert(DT->properlyDominates(DT->getNode(TCCheckBlock), in emitIterationCountCheck()
7752 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()
7757 DT->changeImmediateDominator(LoopExitBlock, TCCheckBlock); in emitIterationCountCheck()
7759 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()
7768 TCCheckBlock->getTerminator(), in emitIterationCountCheck()
7771 return TCCheckBlock; in emitIterationCountCheck()