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

References

include/llvm/IR/CFG.h
  158     Self It;
  161     explicit SuccessorProxy(const Self &It) : It(It) {}
  199   inline bool operator==(const Self &x) const { return Idx == x.Idx; }
  206   inline bool operator<(const Self &RHS) const {
  211   int operator-(const Self &RHS) const {
  216   inline Self &operator+=(int RHS) {
  223   inline Self &operator-=(int RHS) { return operator+=(-RHS); }
  228     Self TmpIt = *this;