Searched refs:PRegOpt (Results 1 – 1 of 1) sorted by relevance
461 unsigned PRegOpt = 0; in apply() local462 while (PRegOpt < Allowed.size() && Allowed[PRegOpt].id() != DstReg) in apply()463 ++PRegOpt; in apply()465 if (PRegOpt < Allowed.size()) { in apply()467 NewCosts[PRegOpt + 1] -= CBenefit; in apply()