Searched refs:TryP (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 3396 bool tryPressure(const PressureChange &TryP, in tryPressure() argument 3405 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 3416 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure() 3419 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3423 int TryRank = TryP.isValid() ? TRI->getRegPressureSetScore(MF, TryPSet) : in tryPressure() 3430 if (TryP.getUnitInc() < 0) in tryPressure()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 1198 bool tryPressure(const PressureChange &TryP,
|