Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h68 G.setNodeCosts(MId, YCosts); in applyR1()
DGraph.h472 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts() function
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp171 G.setNodeCosts(NId, std::move(NodeCosts)); in apply()
440 G.setNodeCosts(NId, std::move(NewCosts)); in apply()