Home
last modified time | relevance | path

Searched refs:TCCheckBlock (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2461 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
2462 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() local
7498 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()
7512 TCCheckBlock->setName("vector.main.loop.iter.check"); in emitIterationCountCheck()
[all …]