Searched refs:TryP (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2578 static bool tryPressure(const PressureChange &TryP, in tryPressure() argument 2585 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure() 2589 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2594 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 2599 int TryRank = TryP.isValid() ? TRI->getRegPressureSetScore(MF, TryPSet) : in tryPressure() 2606 if (TryP.getUnitInc() < 0) in tryPressure()
|