HomeSort by relevance Sort by last modified time
    Searched refs:PDiff (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 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;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 893 milliseconds