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

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 623 Delta.CurrentMax = PressureElement();
646 if (!Delta.CurrentMax.isValid()) {
649 Delta.CurrentMax.PSetID = i;
650 Delta.CurrentMax.UnitIncrease = MDiff;
718 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure");
809 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure");
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 120 /// CurrentMax records the largest increase in the tracker's max pressure that
125 PressureElement CurrentMax;

Completed in 109 milliseconds