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

References

include/llvm/Analysis/LoopInfoImpl.h
  710     addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L);
  717     const LoopT *OtherL = OtherLoopHeaders.lookup(Header);
  720     OtherLoopHeaders.erase(Header);
  722     compareLoops(L, OtherL, OtherLoopHeaders);
  727   if (!OtherLoopHeaders.empty()) {
  728     for (const auto &HeaderAndLoop : OtherLoopHeaders)