Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
HDReductionRules.h69 G.setNodeCosts(MId, YCosts); in applyR1()
HDGraph.h466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocPBQP.cpp209 G.setNodeCosts(NId, std::move(NodeCosts)); in apply()
473 G.setNodeCosts(NId, std::move(NewCosts)); in apply()