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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h239 Vector& getNodeCosts(NodeId nId) { return getNode(nId).getCosts(); } function in class:PBQP::Graph
244 const Vector& getNodeCosts(NodeId nId) const { function in class:PBQP::Graph

Completed in 54 milliseconds