Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PDiff

584     int PDiff = (int)PNew - (int)POld;
585 if (!PDiff) // No change in this set in the common case.
594 PDiff = 0; // Under the limit
596 PDiff = PNew - Limit; // Just exceeded limit.
599 PDiff = Limit - POld; // Just obeyed limit.
601 if (PDiff) {
602 ExcessUnits = PDiff;
637 int PDiff = (int)PNew - (int)CriticalPSets[CritIdx].UnitIncrease;
638 if (PDiff > 0) {
640 Delta.CriticalMax.UnitIncrease = PDiff;