reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ScalarEvolution.h
  958   bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1851         if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L))
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1302                SE->hasComputableLoopEvolution(Reg, L);
 3454           if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L))
 3695         !SE.hasComputableLoopEvolution(BaseReg, L)) {