Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp577 Delta.CurrentMax = PressureElement(); in computeMaxPressureDelta()
600 if (MDiff > Delta.CurrentMax.UnitIncrease) { in computeMaxPressureDelta()
601 Delta.CurrentMax.PSetID = i; in computeMaxPressureDelta()
602 Delta.CurrentMax.UnitIncrease = PNew; in computeMaxPressureDelta()
666 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure"); in getMaxUpwardPressureDelta()
756 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure"); in getMaxDownwardPressureDelta()
DMachineScheduler.cpp1800 if (tryLess(TryCand.RPDelta.CurrentMax.UnitIncrease, in tryCandidate()
1801 Cand.RPDelta.CurrentMax.UnitIncrease, TryCand, Cand, SingleMax)) in tryCandidate()
1842 if (LHS.CurrentMax.UnitIncrease != RHS.CurrentMax.UnitIncrease) { in compareRPDelta()
1844 << (LHS.CurrentMax.UnitIncrease - RHS.CurrentMax.UnitIncrease) in compareRPDelta()
1846 return LHS.CurrentMax.UnitIncrease < RHS.CurrentMax.UnitIncrease; in compareRPDelta()
1889 P = Cand.RPDelta.CurrentMax; in traceCandidate()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h121 PressureElement CurrentMax; member