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

References

include/llvm/CodeGen/PBQP/Graph.h
  243       bool operator==(const NodeItr &O) const { return CurNId == O.CurNId; }
  244       bool operator!=(const NodeItr &O) const { return !(*this == O); }
  245       NodeItr& operator++() { CurNId = findNextInUse(++CurNId); return *this; }
  288       NodeItr begin() const { return NodeItr(0, G); }
  288       NodeItr begin() const { return NodeItr(0, G); }
  289       NodeItr end() const { return NodeItr(G.Nodes.size(), G); }
  289       NodeItr end() const { return NodeItr(G.Nodes.size(), G); }