Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h75 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry()
97 VectorPtr Costs; variable
105 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
169 MatrixPtr Costs; variable
382 NodeId addNode(OtherVectorT Costs) { in addNode()
403 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()
416 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()
442 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()
473 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()
515 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp453 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local
462 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local
823 const Vector &Costs = getNodeCosts(NId); in dump() local
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h268 void setup(const Vector& Costs) { in setup()