Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h72 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry()
94 VectorPtr Costs; variable
102 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
166 MatrixPtr Costs; variable
357 NodeId addNode(OtherVectorT Costs) { in addNode()
371 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()
403 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()
433 void setEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in setEdgeCosts()
DRegAllocSolver.h92 void setup(const Vector& Costs) { in setup()