Searched refs:getMaxBackedgeTakenCount (Results 1 – 7 of 7) sorted by relevance
139 const SCEV *S = SE.getMaxBackedgeTakenCount(L); in runImpl()
239 const SCEV *MaxTrips = SE->getMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop()
167 const SCEV *S = SE.getMaxBackedgeTakenCount(L); in runOnLoop()
756 const SCEV *getMaxBackedgeTakenCount(const Loop *L);
945 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr()1211 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr()3343 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getUnsignedRange()3495 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getSignedRange()3999 const SCEV *ScalarEvolution::getMaxBackedgeTakenCount(const Loop *L) { in getMaxBackedgeTakenCount() function in ScalarEvolution6452 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()6453 OS << "max backedge-taken count is " << *SE->getMaxBackedgeTakenCount(L); in PrintLoopInfo()
1408 const SCEV *getMaxBackedgeTakenCount(const Loop *L);
1474 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr()1701 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr()4544 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getRange()5346 const SCEV *ScalarEvolution::getMaxBackedgeTakenCount(const Loop *L) { in getMaxBackedgeTakenCount() function in ScalarEvolution9566 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()9567 OS << "max backedge-taken count is " << *SE->getMaxBackedgeTakenCount(L); in PrintLoopInfo()