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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h53 Vector& getCosts() { return costs; } function in class:PBQP::Graph::NodeEntry
54 const Vector& getCosts() const { return costs; } function in class:PBQP::Graph::NodeEntry
80 Matrix& getCosts() { return costs; } function in class:PBQP::Graph::EdgeEntry
81 const Matrix& getCosts() const { return costs; } function in class:PBQP::Graph::EdgeEntry
[all...]

Completed in 42 milliseconds