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

References

include/llvm/IR/CFG.h
  137     : public iterator_facade_base<SuccIterator<InstructionT, BlockT>,
  146   InstructionT *Inst;
  148   using Self = SuccIterator<InstructionT, BlockT>;
  180   explicit inline SuccIterator(InstructionT *Inst) : Inst(Inst), Idx(0) {}
  182   inline SuccIterator(InstructionT *Inst, bool) : Inst(Inst) {