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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h384 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); local
385 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts));
421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); local
422 EdgeId EId = addConstructedEdge(EdgeEntry(N1Id, N2Id, AllocatedCosts));
474 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); local
476 Solver->handleSetNodeCosts(NId, *AllocatedCosts);
477 getNode(NId).Costs = AllocatedCosts;
516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); local
518 Solver->handleUpdateCosts(EId, *AllocatedCosts);
519 getEdge(EId).Costs = AllocatedCosts;
[all...]

Completed in 129 milliseconds