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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h92 void setup(const Vector& Costs) { argument
93 NumOpts = Costs.getLength() - 1;
H A DGraph.h72 NodeEntry(VectorPtr Costs) : Costs(Costs) {} argument
94 VectorPtr Costs; member in class:PBQP::Graph::NodeEntry
102 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) argument
103 : Costs(Costs) {
114 Costs = nullptr;
166 MatrixPtr Costs; member in class:PBQP::Graph::EdgeEntry
354 /// @param Costs Cos
357 addNode(OtherVectorT Costs) argument
371 addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) argument
403 setNodeCosts(NodeId NId, OtherVectorT Costs) argument
433 setEdgeCosts(EdgeId EId, OtherMatrixT Costs) argument
[all...]

Completed in 1383 milliseconds