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

References

lib/Analysis/ScalarEvolutionExpander.cpp
  707   for (auto I = OpsAndLoops.begin(), E = OpsAndLoops.end(); I != E;) {
  708     const Loop *CurLoop = I->first;
  709     const SCEV *Op = I->second;
  713       ++I;
  718       for (; I != E && I->first == CurLoop; ++I) {
  718       for (; I != E && I->first == CurLoop; ++I) {
  718       for (; I != E && I->first == CurLoop; ++I) {
  721         const SCEV *X = I->second;
  735       for (++I; I != E && I->first == CurLoop; ++I)
  735       for (++I; I != E && I->first == CurLoop; ++I)
  735       for (++I; I != E && I->first == CurLoop; ++I)
  735       for (++I; I != E && I->first == CurLoop; ++I)
  736         NewOps.push_back(I->second);
  744       ++I;
  753       ++I;