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.cpp2334 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in createIterationCountCheck() local
2335 IRBuilder<> Builder(TCCheckBlock->getTerminator()); in createIterationCountCheck()
2391 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
2394 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitIterationCountCheck()
2402 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck()
2405 TCCheckBlock && in emitIterationCountCheck()
7458 BasicBlock *const TCCheckBlock = LoopVectorPreHeader; in emitIterationCountCheck() local
7460 TCCheckBlock->setName("vector.main.loop.iter.check"); in emitIterationCountCheck()
7463 LoopVectorPreHeader = SplitBlock(TCCheckBlock, TCCheckBlock->getTerminator(), in emitIterationCountCheck()
7478 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck()
[all …]