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

References

lib/Analysis/LoopPass.cpp
   85   for (auto I = LQ.begin(), E = LQ.end(); I != E; ++I) {
   85   for (auto I = LQ.begin(), E = LQ.end(); I != E; ++I) {
   86     if (*I == L.getParentLoop()) {
   88       ++I;
   89       LQ.insert(I, 1, &L);