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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2354 static bool tryPressure(const PressureChange &TryP, argument
2359 int TryRank = TryP.getPSetOrMax();
2363 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand,
2368 if (tryLess(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
2373 if (TryP.getUnitInc() < 0)

Completed in 43 milliseconds