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

References

include/llvm/IR/CFG.h
   51     while (!It.atEnd()) {
   52       if (auto *Inst = dyn_cast<Instruction>(*It))
   56       ++It;
   70   inline bool operator==(const Self& x) const { return It == x.It; }
   70   inline bool operator==(const Self& x) const { return It == x.It; }
   74     assert(!It.atEnd() && "pred_iterator out of range!");
   75     return cast<Instruction>(*It)->getParent();
   80     assert(!It.atEnd() && "pred_iterator out of range!");
   81     ++It; advancePastNonTerminators();
   92     return It.getOperandNo();
   98     return It.getUse();