Searched refs:TCCheckBlock (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2932 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local 2933 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck() 2978 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitIterationCountCheck() 2986 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck() 2994 TCCheckBlock->getTerminator(), in emitIterationCountCheck() 2996 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck() 7728 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck() 7743 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitIterationCountCheck() 7759 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck() 7768 TCCheckBlock->getTerminator(), in emitIterationCountCheck() [all …]
|