Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp93 SE.getSmallConstantMaxTripCount(L) > 0 && in getPeelingPreferences()
94 SE.getSmallConstantMaxTripCount(L) <= 5) { in getPeelingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp319 unsigned ConstantMaxTripCount = SE->getSmallConstantMaxTripCount(L); in runOnLoop()
H A DLoopUnrollPass.cpp1288 MaxTripCount = SE.getSmallConstantMaxTripCount(L); in tryToUnrollLoop()
H A DLoopStrengthReduce.cpp7126 if (unsigned SmallTC = SE.getSmallConstantMaxTripCount(L)) in canFoldTermCondOfLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp290 auto TC = SE.getSmallConstantMaxTripCount(L); in isDereferenceableAndAlignedInLoop()
H A DScalarEvolution.cpp6473 unsigned TC = getSmallConstantMaxTripCount(L); in getRangeForUnknownRecurrence()
8214 unsigned ScalarEvolution::getSmallConstantMaxTripCount(const Loop *L) { in getSmallConstantMaxTripCount() function in ScalarEvolution
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp500 const unsigned MaxTripCount = SE->getSmallConstantMaxTripCount(L); in UnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h833 unsigned getSmallConstantMaxTripCount(const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp438 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC()
2323 Cost->PSE.getSE()->getSmallConstantMaxTripCount(Cost->TheLoop)) { in isIndvarOverflowCheckKnownFalse()
4011 unsigned MaxTC = PSE.getSE()->getSmallConstantMaxTripCount(TheLoop); in computeMaxVF()
4300 unsigned MaxTripCount = PSE.getSE()->getSmallConstantMaxTripCount(OrigLoop); in isMoreProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3267 if (!SE->getSmallConstantMaxTripCount(L)) in mayContainUnboundedCycle()