Searched defs:costVec (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocPBQP.cpp311 void PBQPBuilder::addSpillCosts(PBQP::Vector &costVec, argument
313 costVec[0] = spillCost;
420 void PBQPBuilderWithCoalescing::addPhysRegCoalesce(PBQP::Vector &costVec, argument
423 costVec[pregOption] += -benefit;

Completed in 206 milliseconds