Home
last modified time | relevance | path

Searched refs:getCosts (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h63 Vector& getCosts() { return costs; } in getCosts() function
64 const Vector& getCosts() const { return costs; } in getCosts() function
91 Matrix& getCosts() { return costs; } in getCosts() function
92 const Matrix& getCosts() const { return costs; } in getCosts() function
131 assert((n1.getCosts().getLength() == ne.getCosts().getRows()) && in addConstructedEdge()
132 (n2.getCosts().getLength() == ne.getCosts().getCols()) && in addConstructedEdge()
195 Vector& getNodeCosts(NodeItr nItr) { return getNode(nItr).getCosts(); } in getNodeCosts()
201 return getNode(nItr).getCosts(); in getNodeCosts()
219 Matrix& getEdgeCosts(EdgeItr eItr) { return getEdge(eItr).getCosts(); } in getEdgeCosts()
225 return getEdge(eItr).getCosts(); in getEdgeCosts()