Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp83 SE.getSmallConstantMaxTripCount(L) > 0 && in getUnrollingPreferences()
84 SE.getSmallConstantMaxTripCount(L) <= 5) { in getUnrollingPreferences()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1051 MaxTripCount = SE.getSmallConstantMaxTripCount(L); in tryToUnrollLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h710 unsigned getSmallConstantMaxTripCount(const Loop *L);
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7235 ExpectedTC = SE->getSmallConstantMaxTripCount(L); in processLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6531 unsigned ScalarEvolution::getSmallConstantMaxTripCount(const Loop *L) { in getSmallConstantMaxTripCount() function in ScalarEvolution