Home
last modified time | relevance | path

Searched refs:AllocatedCosts (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode() local
378 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts)); in addNode()
414 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge() local
415 EdgeId EId = addConstructedEdge(EdgeEntry(N1Id, N2Id, AllocatedCosts)); in addEdge()
467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts() local
469 Solver->handleSetNodeCosts(NId, *AllocatedCosts); in setNodeCosts()
470 getNode(NId).Costs = AllocatedCosts; in setNodeCosts()
509 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts() local
511 Solver->handleUpdateCosts(EId, *AllocatedCosts); in updateEdgeCosts()
512 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()