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

References

include/llvm/Analysis/LoopInfo.h
  138     return SubLoops;
  142     return SubLoops;
  379     SubLoops.push_back(NewChild);
  386     assert(I != SubLoops.end() && "Cannot remove end iterator!");
  389     SubLoops.erase(SubLoops.begin() + (I - begin()));
  389     SubLoops.erase(SubLoops.begin() + (I - begin()));
  485     for (auto *SubLoop : SubLoops)
  491     SubLoops.clear();
include/llvm/Analysis/LoopInfoImpl.h
  270   typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
  271   assert(I != SubLoops.end() && "OldChild not in loop!");