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

References

include/llvm/Analysis/LoopInfoImpl.h
  476   typedef GraphTraits<BlockT *> BlockTraits;
  479   LoopInfoBase<BlockT, LoopT> *LI;
  482   PopulateLoopsDFS(LoopInfoBase<BlockT, LoopT> *li) : LI(li) {}
  484   void traverse(BlockT *EntryBlock);
  487   void insertIntoLoop(BlockT *Block);