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

References

include/llvm/Analysis/LoopInfoImpl.h
  640                          DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) {
  641   BlockT *H = L->getHeader();
  642   BlockT *OtherH = OtherL->getHeader();
  657     BlockT *SubH = SubL->getHeader();
  664   std::vector<BlockT *> BBs = L->getBlocks();
  665   std::vector<BlockT *> OtherBBs = OtherL->getBlocks();
  669   const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet();
  670   const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet();