Searched refs:CBenefit (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 456 PBQP::PBQPNum CBenefit = MBFI.getBlockFreq(&MBB).getFrequency() * Scale; in apply() local 473 NewCosts[PRegOpt + 1] -= CBenefit; in apply() 488 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 496 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 430 PBQP::PBQPNum CBenefit = MBFI.getBlockFreq(&MBB).getFrequency() * Scale; in apply() local 447 NewCosts[PRegOpt + 1] -= CBenefit; in apply() 462 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 470 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
|