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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h359 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); local
360 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts));
376 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); local
377 EdgeId EId = addConstructedEdge(EdgeEntry(N1Id, N2Id, AllocatedCosts));
404 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); local
406 Solver->handleSetNodeCosts(NId, *AllocatedCosts);
407 getNode(NId).Costs = AllocatedCosts;
434 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); local
436 Solver->handleSetEdgeCosts(EId, *AllocatedCosts);
437 getEdge(EId).Costs = AllocatedCosts;
[all...]

Completed in 96 milliseconds