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

References

include/llvm/Analysis/LoopInfoImpl.h
  642   BlockT *OtherH = OtherL->getHeader();
  646   assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  648   const LoopT *ParentL = L, *OtherParentL = OtherL;
  665   std::vector<BlockT *> OtherBBs = OtherL->getBlocks();