reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
850 DenseMap<const BlockT *, LoopT *> BBMap; 928 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); } 931 const LoopT *operator[](const BlockT *BB) const { return getLoopFor(BB); } 935 unsigned getLoopDepth(const BlockT *BB) const { 941 bool isLoopHeader(const BlockT *BB) const { 960 void changeLoopFor(BlockT *BB, LoopT *L) { 987 void removeBlock(BlockT *BB) { 1009 void analyze(const DominatorTreeBase<BlockT, false> &DomTree); 1014 void verify(const DominatorTreeBase<BlockT, false> &DomTree) const;