Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp372 unsigned OuterTripMultiple = SE.getSmallConstantTripMultiple(L, Latch); in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp1120 TripMultiple = SE.getSmallConstantTripMultiple(L, ExitingBlock); in tryToUnrollLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h736 unsigned getSmallConstantTripMultiple(const Loop *L);
744 unsigned getSmallConstantTripMultiple(const Loop *L,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp359 ULO.TripMultiple = SE->getSmallConstantTripMultiple(L, ExitingBlock); in UnrollLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6969 unsigned ScalarEvolution::getSmallConstantTripMultiple(const Loop *L) { in getSmallConstantTripMultiple() function in ScalarEvolution
6971 return getSmallConstantTripMultiple(L, ExitingBB); in getSmallConstantTripMultiple()
6990 ScalarEvolution::getSmallConstantTripMultiple(const Loop *L, in getSmallConstantTripMultiple() function in ScalarEvolution
12297 OS << "Trip multiple is " << SE->getSmallConstantTripMultiple(L) << "\n"; in PrintLoopInfo()