Searched refs:CurrentMax (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineScheduler.cpp977 if (LHS.CurrentMax.UnitIncrease != RHS.CurrentMax.UnitIncrease)
978 return LHS.CurrentMax.UnitIncrease < RHS.CurrentMax.UnitIncrease;
1040 if (RPDelta.CurrentMax.UnitIncrease
1041 < Candidate.RPDelta.CurrentMax.UnitIncrease) {
1042 DEBUG(traceCandidate("MCAND", Q, *I, RPDelta.CurrentMax));
1048 if (RPDelta.CurrentMax.UnitIncrease
1049 > Candidate.RPDelta.CurrentMax.UnitIncrease)
H A DRegisterPressure.cpp629 Delta.CurrentMax = PressureElement();
652 if (MDiff > Delta.CurrentMax.UnitIncrease) {
653 Delta.CurrentMax.PSetID = i;
654 Delta.CurrentMax.UnitIncrease = PNew;
722 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure");
806 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure");
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterPressure.h109 /// CurrentMax records the largest increase in the tracker's max pressure that
114 PressureElement CurrentMax; member in struct:llvm::RegPressureDelta

Completed in 173 milliseconds