Searched refs:TCCheckBlock (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3251 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitMinimumIterationCountCheck() local 3252 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitMinimumIterationCountCheck() 3271 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitMinimumIterationCountCheck() 3279 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitMinimumIterationCountCheck() 3287 TCCheckBlock->getTerminator(), in emitMinimumIterationCountCheck() 3289 LoopBypassBlocks.push_back(TCCheckBlock); in emitMinimumIterationCountCheck() 8371 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitMinimumIterationCountCheck() 8386 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitMinimumIterationCountCheck() 8402 LoopBypassBlocks.push_back(TCCheckBlock); in emitMinimumIterationCountCheck() 8411 TCCheckBlock->getTerminator(), in emitMinimumIterationCountCheck() [all …]
|