Home
last modified time | relevance | path

Searched refs:TryP (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3046 bool tryPressure(const PressureChange &TryP, in tryPressure() argument
3055 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
3066 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure()
3069 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
3073 int TryRank = TryP.isValid() ? TRI->getRegPressureSetScore(MF, TryPSet) : in tryPressure()
3080 if (TryP.getUnitInc() < 0) in tryPressure()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h939 bool tryPressure(const PressureChange &TryP,