Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h328 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument
342 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp469 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local
470 NewCosts[PRegOpt + 1] -= CBenefit; in apply()
471 G.setNodeCosts(NId, std::move(NewCosts)); in apply()