Home
last modified time | relevance | path

Searched refs:getMaxBackedgeTakenCount (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp173 const SCEV *S = SE.getMaxBackedgeTakenCount(L); in runOnLoop()
DPlaceSafepoints.cpp249 const SCEV *MaxTrips = SE->getMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h821 const SCEV *getMaxBackedgeTakenCount(const Loop *L);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1474 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr()
1665 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr()
3965 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getRange()
4556 const SCEV *ScalarEvolution::getMaxBackedgeTakenCount(const Loop *L) { in getMaxBackedgeTakenCount() function in ScalarEvolution
8113 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()
8114 OS << "max backedge-taken count is " << *SE->getMaxBackedgeTakenCount(L); in PrintLoopInfo()