Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp367 unsigned OuterTripMultiple = SE.getSmallConstantTripMultiple(L, Latch); in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp1225 TripMultiple = SE.getSmallConstantTripMultiple(L, ExitingBlock); in tryToUnrollLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h840 unsigned getSmallConstantTripMultiple(const Loop *L,
846 unsigned getSmallConstantTripMultiple(const Loop *L);
854 unsigned getSmallConstantTripMultiple(const Loop *L,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp368 Info.TripMultiple = SE->getSmallConstantTripMultiple(L, ExitingBlock); in UnrollLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8204 unsigned ScalarEvolution::getSmallConstantTripMultiple(const Loop *L) { in getSmallConstantTripMultiple() function in ScalarEvolution
8210 unsigned Multiple = getSmallConstantTripMultiple(L, ExitingBB); in getSmallConstantTripMultiple()
8218 unsigned ScalarEvolution::getSmallConstantTripMultiple(const Loop *L, in getSmallConstantTripMultiple() function in ScalarEvolution
8247 ScalarEvolution::getSmallConstantTripMultiple(const Loop *L, in getSmallConstantTripMultiple() function in ScalarEvolution
8253 return getSmallConstantTripMultiple(L, ExitCount); in getSmallConstantTripMultiple()
13545 OS << "Trip multiple is " << SE->getSmallConstantTripMultiple(L) << "\n"; in PrintLoopInfo()