Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.cpp93 SE.getSmallConstantMaxTripCount(L) > 0 && in getPeelingPreferences()
94 SE.getSmallConstantMaxTripCount(L) <= 5) { in getPeelingPreferences()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDataPrefetch.cpp319 unsigned ConstantMaxTripCount = SE->getSmallConstantMaxTripCount(L); in runOnLoop()
HDLoopUnrollPass.cpp1288 MaxTripCount = SE.getSmallConstantMaxTripCount(L); in tryToUnrollLoop()
HDLoopStrengthReduce.cpp7126 if (unsigned SmallTC = SE.getSmallConstantMaxTripCount(L)) in canFoldTermCondOfLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoads.cpp290 auto TC = SE.getSmallConstantMaxTripCount(L); in isDereferenceableAndAlignedInLoop()
HDScalarEvolution.cpp6473 unsigned TC = getSmallConstantMaxTripCount(L); in getRangeForUnknownRecurrence()
8214 unsigned ScalarEvolution::getSmallConstantMaxTripCount(const Loop *L) { in getSmallConstantMaxTripCount() function in ScalarEvolution
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnroll.cpp500 const unsigned MaxTripCount = SE->getSmallConstantMaxTripCount(L); in UnrollLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h833 unsigned getSmallConstantMaxTripCount(const Loop *L);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp3267 if (!SE->getSmallConstantMaxTripCount(L)) in mayContainUnboundedCycle()