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

References

include/llvm/IR/CFG.h
  153     return Idx >= 0 && (Idx == 0 || Idx <= (int)Inst->getNumSuccessors());
  171       It.Inst->setSuccessor(It.Idx, RHS);
  201   inline BlockT *operator*() const { return Inst->getSuccessor(Idx); }
  207     assert(Inst == RHS.Inst && "Cannot compare iterators of different blocks!");
  212     assert(Inst == RHS.Inst && "Cannot compare iterators of different blocks!");
  212     assert(Inst == RHS.Inst && "Cannot compare iterators of different blocks!");
  235     assert(Inst && "Source not available, if basic block was malformed");
  236     return Inst->getParent();