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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h75 NodeEntry(VectorPtr Costs) : Costs(Costs) {} argument
97 VectorPtr Costs; member in class:llvm::PBQP::Graph::NodeEntry
105 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) argument
106 : Costs(Costs) {
117 Costs = nullptr;
169 MatrixPtr Costs; member in class:llvm::PBQP::Graph::EdgeEntry
379 /// @param Costs Cos
382 addNode(OtherVectorT Costs) argument
403 addNodeBypassingCostAllocator(OtherVectorPtrT Costs) argument
416 addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) argument
441 addEdgeBypassingCostAllocator(NodeId N1Id, NodeId N2Id, OtherMatrixPtrT Costs) argument
473 setNodeCosts(NodeId NId, OtherVectorT Costs) argument
515 updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h268 void setup(const Vector& Costs) { argument
269 NumOpts = Costs.getLength() - 1;

Completed in 101 milliseconds