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

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h263 Matrix& getEdgeCosts(EdgeId eId) { return getEdge(eId).getCosts(); } function in class:PBQP::Graph
268 const Matrix& getEdgeCosts(EdgeId eId) const { function in class:PBQP::Graph

Completed in 48 milliseconds