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