reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
137 : public iterator_facade_base<SuccIterator<InstructionT, BlockT>, 138 std::random_access_iterator_tag, BlockT, int, 139 BlockT *, BlockT *> { 139 BlockT *, BlockT *> { 142 using pointer = BlockT *; 143 using reference = BlockT *; 148 using Self = SuccIterator<InstructionT, BlockT>; 201 inline BlockT *operator*() const { return Inst->getSuccessor(Idx); } 204 inline BlockT *operator->() const { return operator*(); } 234 inline BlockT *getSource() {