Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp77 SE.getSmallConstantMaxTripCount(L) > 0 && in getPeelingPreferences()
78 SE.getSmallConstantMaxTripCount(L) <= 5) { in getPeelingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp311 unsigned ConstantMaxTripCount = SE->getSmallConstantMaxTripCount(L); in runOnLoop()
H A DLoopUnrollPass.cpp1143 MaxTripCount = SE.getSmallConstantMaxTripCount(L); in tryToUnrollLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp303 auto TC = SE.getSmallConstantMaxTripCount(L); in isDereferenceableAndAlignedInLoop()
H A DScalarEvolution.cpp5709 unsigned TC = getSmallConstantMaxTripCount(L); in getRangeForUnknownRecurrence()
6963 unsigned ScalarEvolution::getSmallConstantMaxTripCount(const Loop *L) { in getSmallConstantMaxTripCount() function in ScalarEvolution
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h728 unsigned getSmallConstantMaxTripCount(const Loop *L);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp429 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC()
6007 unsigned MaxTripCount = PSE.getSE()->getSmallConstantMaxTripCount(TheLoop); in isMoreProfitable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2268 if (!SE->getSmallConstantMaxTripCount(L)) in mayContainUnboundedCycle()