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

References

include/llvm/Analysis/LoopInfoImpl.h
  641   BlockT *H = L->getHeader();
  646   assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  648   const LoopT *ParentL = L, *OtherParentL = OtherL;
  656   for (const LoopT *SubL : *L) {
  664   std::vector<BlockT *> BBs = L->getBlocks();
  669   const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet();
  670   const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet();