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

Definitions

include/llvm/Analysis/LoopInfo.h
  365   void addBasicBlockToLoop(BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LI);
  931   const LoopT *operator[](const BlockT *BB) const { return getLoopFor(BB); }
include/llvm/Analysis/LoopInfoImpl.h
  236     BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LIB) {