Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp464 unsigned PRegOpt = 0; in apply() local
465 while (PRegOpt < Allowed.size() && Allowed[PRegOpt].id() != DstReg) in apply()
466 ++PRegOpt; in apply()
468 if (PRegOpt < Allowed.size()) { in apply()
470 NewCosts[PRegOpt + 1] -= CBenefit; in apply()