Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h326 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument
340 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp472 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local
473 NewCosts[PRegOpt + 1] -= CBenefit; in apply()
474 G.setNodeCosts(NId, std::move(NewCosts)); in apply()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp446 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local
447 NewCosts[PRegOpt + 1] -= CBenefit; in apply()
448 G.setNodeCosts(NId, std::move(NewCosts)); in apply()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h390 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument
404 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()