Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h325 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument
339 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp471 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local
472 NewCosts[PRegOpt + 1] -= CBenefit; in apply()
473 G.setNodeCosts(NId, std::move(NewCosts)); in apply()