HomeSort by: relevance | last modified time | path
    Searched refs:getConstantMaxBackedgeTakenCount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 235 const SCEV *S = SE.getConstantMaxBackedgeTakenCount(L);
PlaceSafepoints.cpp 245 const SCEV *MaxTrips = SE->getConstantMaxBackedgeTakenCount(L);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 792 const SCEV *getConstantMaxBackedgeTakenCount(const Loop *L) {
805 /// getConstantMaxBackedgeTakenCount or zero.
1651 /// This is more general than getConstantMaxBackedgeTakenCount as it returns
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 1642 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
1982 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
3382 // It's tempting to want to call getConstantMaxBackedgeTakenCount count here and
4479 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
4529 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
5936 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(AddRec->getLoop());
6965 dyn_cast<SCEVConstant>(getConstantMaxBackedgeTakenCount(L));
12269 if (!isa<SCEVCouldNotCompute>(SE->getConstantMaxBackedgeTakenCount(L))) {
12270 OS << "max backedge-taken count is " << *SE->getConstantMaxBackedgeTakenCount(L);
13357 // getConstantMaxBackedgeTakenCount which isn't restricted to just constants
    [all...]

Completed in 71 milliseconds