Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2472 const PressureChange &CandP, in tryPressure() argument
2477 int CandRank = CandP.getPSetOrMax(); in tryPressure()
2480 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
2485 if (tryLess(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()