Searched refs:TCCheckBlock (Results 1 – 1 of 1) sorted by relevance
2888 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local2889 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()2937 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitIterationCountCheck()2945 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()2957 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()7749 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local7750 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()7767 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitIterationCountCheck()7776 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()7783 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()[all …]