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

References

include/llvm/Transforms/Scalar/LoopPassManager.h
  168     assert((&L == CurrentL || CurrentL->contains(&L)) &&
  168     assert((&L == CurrentL || CurrentL->contains(&L)) &&
  171     if (&L == CurrentL)
  184     Worklist.insert(CurrentL);
  188       assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
  229     Worklist.insert(CurrentL);
  339       Updater.CurrentL = L;