Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3230 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitMinimumIterationCountCheck() local
3231 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitMinimumIterationCountCheck()
3250 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitMinimumIterationCountCheck()
3253 assert(DT->properlyDominates(DT->getNode(TCCheckBlock), in emitMinimumIterationCountCheck()
3258 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitMinimumIterationCountCheck()
3259 DT->changeImmediateDominator(LoopExitBlock, TCCheckBlock); in emitMinimumIterationCountCheck()
3262 TCCheckBlock->getTerminator(), in emitMinimumIterationCountCheck()
3264 LoopBypassBlocks.push_back(TCCheckBlock); in emitMinimumIterationCountCheck()
8278 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitMinimumIterationCountCheck() local
8279 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitMinimumIterationCountCheck()
[all …]