Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2888 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
2889 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()
2937 SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), DT, LI, nullptr, in emitIterationCountCheck()
2945 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()
2957 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()
7749 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
7750 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in emitIterationCountCheck()
7767 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitIterationCountCheck()
7776 DT->changeImmediateDominator(Bypass, TCCheckBlock); in emitIterationCountCheck()
7783 LoopBypassBlocks.push_back(TCCheckBlock); in emitIterationCountCheck()
[all …]