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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1661 SchedCandidate &TryCand,
2321 GenericScheduler::SchedCandidate &TryCand,
2325 TryCand.Reason = Reason;
2338 GenericScheduler::SchedCandidate &TryCand,
2342 TryCand.Reason = Reason;
2356 GenericScheduler::SchedCandidate &TryCand,
2363 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand,
2368 if (tryLess(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
2375 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason);
2410 static bool tryLatency(GenericScheduler::SchedCandidate &TryCand, argument
2320 tryLess(int TryVal, int CandVal, GenericScheduler::SchedCandidate &TryCand, GenericScheduler::SchedCandidate &Cand, GenericScheduler::CandReason Reason) argument
2337 tryGreater(int TryVal, int CandVal, GenericScheduler::SchedCandidate &TryCand, GenericScheduler::SchedCandidate &Cand, GenericScheduler::CandReason Reason) argument
2354 tryPressure(const PressureChange &TryP, const PressureChange &CandP, GenericScheduler::SchedCandidate &TryCand, GenericScheduler::SchedCandidate &Cand, GenericScheduler::CandReason Reason) argument
2447 tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand, SchedBoundary &Zone, const RegPressureTracker &RPTracker, RegPressureTracker &TempTracker) argument
[all...]

Completed in 50 milliseconds