Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h179 CostAllocator CostAlloc; variable
384 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()
421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()
474 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()