Searched defs:EdgeIdSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h301 class EdgeIdSet { class in class:PBQP::Graph
303 EdgeIdSet(const Graph &G) : G(G) { } function in class:PBQP::Graph::EdgeIdSet
387 EdgeIdSet edgeIds() const { return EdgeIdSet(*this); }
397 unsigned getNumEdges() const { return EdgeIdSet(*this).size(); }

Completed in 51 milliseconds