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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h224 Matrix& getEdgeCosts(EdgeItr eItr) { return getEdge(eItr).getCosts(); } function in class:PBQP::Graph
229 const Matrix& getEdgeCosts(ConstEdgeItr eItr) const { function in class:PBQP::Graph
380 const Matrix& m = getEdgeCosts(edgeItr);
418 const Matrix &edgeCosts = getEdgeCosts(edgeItr);

Completed in 131 milliseconds