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

References

lib/Transforms/Scalar/LoopRerollPass.cpp
  785       LoopIncs.push_back(cast<Instruction>(I));
  867     if (is_contained(LoopIncs, I))
  972         LoopIncs.push_back(cast<Instruction>(IVU));
  975     LoopIncs.push_back(IV);
 1023   Exclude.insert(LoopIncs.begin(), LoopIncs.end());
 1023   Exclude.insert(LoopIncs.begin(), LoopIncs.end());
 1065   collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V);