Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp467 unsigned PRegOpt = 0; in apply() local
468 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg) in apply()
469 ++PRegOpt; in apply()
471 if (PRegOpt < Allowed.size()) { in apply()
473 NewCosts[PRegOpt + 1] -= CBenefit; in apply()