Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3641 unsigned MaxTC = PSE.getSmallConstantMaxTripCount(); in computeMaxVF() local
3643 if (TC != ElementCount::getFixed(MaxTC)) in computeMaxVF()
3644 LLVM_DEBUG(dbgs() << "LV: Found maximum trip count: " << MaxTC << '\n'); in computeMaxVF()
3670 return computeFeasibleMaxVF(MaxTC, UserVF, false); in computeMaxVF()
3709 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true); in computeMaxVF()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4749 unsigned MaxTC = SE.getSmallConstantMaxTripCount(L); in shouldUnrollMultiExitLoop() local
4750 if (MaxTC > 0 && MaxTC <= 32) in shouldUnrollMultiExitLoop()