Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp139 const SCEV *S = SE.getMaxBackedgeTakenCount(L); in runImpl()
DPlaceSafepoints.cpp239 const SCEV *MaxTrips = SE->getMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp167 const SCEV *S = SE.getMaxBackedgeTakenCount(L); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp195 const SCEV *S = SE.getMaxBackedgeTakenCount(L); in deleteLoopIfDead()
DPlaceSafepoints.cpp246 const SCEV *MaxTrips = SE->getMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h756 const SCEV *getMaxBackedgeTakenCount(const Loop *L);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp945 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 ScalarEvolution
6452 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()
6453 OS << "max backedge-taken count is " << *SE->getMaxBackedgeTakenCount(L); in PrintLoopInfo()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1408 const SCEV *getMaxBackedgeTakenCount(const Loop *L);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h757 const SCEV *getMaxBackedgeTakenCount(const Loop *L);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1474 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 ScalarEvolution
9566 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()
9567 OS << "max backedge-taken count is " << *SE->getMaxBackedgeTakenCount(L); in PrintLoopInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp1676 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr()
2020 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr()
5658 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getRangeRef()
6528 dyn_cast<SCEVConstant>(getMaxBackedgeTakenCount(L)); in getSmallConstantMaxTripCount()
6604 const SCEV *ScalarEvolution::getMaxBackedgeTakenCount(const Loop *L) { in getMaxBackedgeTakenCount() function in ScalarEvolution
11261 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()
11262 OS << "max backedge-taken count is " << *SE->getMaxBackedgeTakenCount(L); in PrintLoopInfo()