Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2340 Value *CheckMinIters = Builder.getFalse(); in createIterationCountCheck() local
2365 CheckMinIters = Builder.getTrue(); in createIterationCountCheck()
2370 CheckMinIters = Builder.CreateICmp(P, Count, Step, "min.iters.check"); in createIterationCountCheck()
2385 CheckMinIters = Builder.CreateICmp(ICmpInst::ICMP_ULT, LHS, CreateStep()); in createIterationCountCheck()
2387 return CheckMinIters; in createIterationCountCheck()
2392 Value *CheckMinIters = createIterationCountCheck(VF, UF); in emitIterationCountCheck() local
2399 *BranchInst::Create(Bypass, LoopVectorPreHeader, CheckMinIters); in emitIterationCountCheck()
7455 Value *CheckMinIters = createIterationCountCheck( in emitIterationCountCheck() local
7475 *BranchInst::Create(Bypass, LoopVectorPreHeader, CheckMinIters); in emitIterationCountCheck()
7579 Value *CheckMinIters = in emitMinimumVectorEpilogueIterCountCheck() local
[all …]