Searched refs:TCCheckBlock (Results 1 – 1 of 1) sorted by relevance
2461 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local2462 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()2510 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitIterationCountCheck()2513 assert(DT->properlyDominates(DT->getNode(TCCheckBlock), in emitIterationCountCheck()2518 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()2523 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck()2524 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()7497 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local7498 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()7512 TCCheckBlock->setName("vector.main.loop.iter.check"); in emitIterationCountCheck()[all …]