Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h133 void addSpillCosts(PBQP::Vector &costVec, PBQP::PBQPNum spillCost);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp282 addSpillCosts(g.getNodeCosts(node), spillCost); in build()
311 void PBQPBuilder::addSpillCosts(PBQP::Vector &costVec, in addSpillCosts() function in PBQPBuilder