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

References

include/llvm/Analysis/ScalarEvolutionExpander.h
  252       PostIncLoops = L;
  257       PostIncLoops.clear();
lib/Analysis/ScalarEvolutionExpander.cpp
 1259   PostIncLoopSet SavedPostIncLoops = PostIncLoops;
 1260   PostIncLoops.clear();
 1329   PostIncLoops = SavedPostIncLoops;
 1345   if (PostIncLoops.count(L)) {
 1399   if (!PostIncLoops.count(L))
 1851         if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L))
 1914   if (!PostIncLoops.empty())