Searched refs:getSmallConstantTripCount (Results 1 – 10 of 10) sorted by relevance
373 unsigned OuterTripCount = SE.getSmallConstantTripCount(L, Latch); in tryToUnrollAndJamLoop()375 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop()
734 const unsigned TC0 = SE.getSmallConstantTripCount(FC0.L); in haveIdenticalTripCounts()735 const unsigned TC1 = SE.getSmallConstantTripCount(FC1.L); in haveIdenticalTripCounts()
1127 if (unsigned TC = SE.getSmallConstantTripCount(L, ExitingBlock)) in tryToUnrollLoop()
76 SE.getSmallConstantTripCount(L) == 0 && in getPeelingPreferences()
489 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost()
7167 unsigned ScalarEvolution::getSmallConstantTripCount(const Loop *L) { in getSmallConstantTripCount() function in ScalarEvolution7173 ScalarEvolution::getSmallConstantTripCount(const Loop *L, in getSmallConstantTripCount() function in ScalarEvolution
746 unsigned getSmallConstantTripCount(const Loop *L);757 unsigned getSmallConstantTripCount(const Loop *L,
327 Info.TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); in UnrollLoop()
723 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable()
412 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC()5744 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in computeMaxVF()