reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) {