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

Definitions

include/llvm/CodeGen/PBQP/Graph.h
  268       bool operator!=(const EdgeItr &O) const { return !(*this == O); }
  269       EdgeItr& operator++() { CurEId = findNextInUse(++CurEId); return *this; }
  270       EdgeId operator*() const { return CurEId; }
  305       EdgeItr begin() const { return EdgeItr(0, G); }
  306       EdgeItr end() const { return EdgeItr(G.Edges.size(), G); }