Searched refs:PRegOpt (Results 1 – 1 of 1) sorted by relevance
464 unsigned PRegOpt = 0; in apply() local465 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()