Searched refs:PRegOpt (Results 1 – 1 of 1) sorted by relevance
434 unsigned PRegOpt = 0; in apply() local435 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg) in apply()436 ++PRegOpt; in apply()438 if (PRegOpt < Allowed.size()) { in apply()440 NewCosts[PRegOpt + 1] -= CBenefit; in apply()