Home
last modified time | relevance | path

Searched refs:costVec (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);
155 void addPhysRegCoalesce(PBQP::Vector &costVec, unsigned pregOption,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp311 void PBQPBuilder::addSpillCosts(PBQP::Vector &costVec, in addSpillCosts() argument
313 costVec[0] = spillCost; in addSpillCosts()
420 void PBQPBuilderWithCoalescing::addPhysRegCoalesce(PBQP::Vector &costVec, in addPhysRegCoalesce() argument
423 costVec[pregOption] += -benefit; in addPhysRegCoalesce()