Home
last modified time | relevance | path

Searched refs:getSmallConstantTripCount (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp381 unsigned OuterTripCount = SE.getSmallConstantTripCount(L, Latch); in tryToUnrollAndJamLoop()
383 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop()
H A DLoopFuse.cpp734 const unsigned TC0 = SE.getSmallConstantTripCount(FC0.L); in haveIdenticalTripCounts()
735 const unsigned TC1 = SE.getSmallConstantTripCount(FC1.L); in haveIdenticalTripCounts()
H A DLoopUnrollPass.cpp1232 if (unsigned TC = SE.getSmallConstantTripCount(L, ExitingBlock)) in tryToUnrollLoop()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DUnrollAnalyzerTest.cpp39 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp77 SE.getSmallConstantTripCount(L) == 0 && in getPeelingPreferences()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h795 unsigned getSmallConstantTripCount(const Loop *L);
806 unsigned getSmallConstantTripCount(const Loop *L,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp567 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost()
H A DScalarEvolution.cpp7914 unsigned ScalarEvolution::getSmallConstantTripCount(const Loop *L) { in getSmallConstantTripCount() function in ScalarEvolution
7920 ScalarEvolution::getSmallConstantTripCount(const Loop *L, in getSmallConstantTripCount() function in ScalarEvolution
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp337 Info.TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); in UnrollLoop()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp728 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp402 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC()
4981 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in computeMaxVF()