reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
40 : public std::iterator<std::forward_iterator_tag, NodeRef> { 41 using super = std::iterator<std::forward_iterator_tag, NodeRef>; 63 PointerIntPair<NodeRef, 2, ItMode> Node; 75 NodeRef getNode() const { return Node.getPointer(); } 82 NodeRef getISucc(BlockT *BB) const { 83 NodeRef succ; 101 using Self = RNSuccIterator<NodeRef, BlockT, RegionT>; 105 inline RNSuccIterator(NodeRef node) 118 inline RNSuccIterator(NodeRef node, bool)