Searched refs:getSmallConstantTripCount (Results 1 – 10 of 10) sorted by relevance
368 unsigned OuterTripCount = SE.getSmallConstantTripCount(L, Latch); in tryToUnrollAndJamLoop()370 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop()
757 const unsigned TC0 = SE.getSmallConstantTripCount(FC0.L); in haveIdenticalTripCounts()758 const unsigned TC1 = SE.getSmallConstantTripCount(FC1.L); in haveIdenticalTripCounts()
1259 if (unsigned TC = SE.getSmallConstantTripCount(L, ExitingBlock)) in tryToUnrollLoop()
92 SE.getSmallConstantTripCount(L) == 0 && in getPeelingPreferences()
571 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost()
8198 unsigned ScalarEvolution::getSmallConstantTripCount(const Loop *L) { in getSmallConstantTripCount() function in ScalarEvolution8204 ScalarEvolution::getSmallConstantTripCount(const Loop *L, in getSmallConstantTripCount() function in ScalarEvolution
816 unsigned getSmallConstantTripCount(const Loop *L);827 unsigned getSmallConstantTripCount(const Loop *L,
530 Info.TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); in UnrollLoop()
349 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable()
429 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC()1986 if (unsigned SmallTC = SE->getSmallConstantTripCount(OuterLoop)) in getCost()4010 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in computeMaxVF()4937 unsigned KnownTC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in selectInterleaveCount()