reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1714 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); 2058 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); 5677 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(AddRec->getLoop()); 6546 dyn_cast<SCEVConstant>(getConstantMaxBackedgeTakenCount(L)); 11511 if (!isa<SCEVCouldNotCompute>(SE->getConstantMaxBackedgeTakenCount(L))) { 11512 OS << "max backedge-taken count is " << *SE->getConstantMaxBackedgeTakenCount(L);lib/Transforms/Scalar/LoopDeletion.cpp
194 const SCEV *S = SE.getConstantMaxBackedgeTakenCount(L);
lib/Transforms/Scalar/PlaceSafepoints.cpp 243 const SCEV *MaxTrips = SE->getConstantMaxBackedgeTakenCount(L);