Searched refs:TryCand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2372 GenericSchedulerBase::SchedCandidate &TryCand, in tryLess() argument 2376 TryCand.Reason = Reason; in tryLess() 2389 GenericSchedulerBase::SchedCandidate &TryCand, in tryGreater() argument 2393 TryCand.Reason = Reason; in tryGreater() 2405 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() argument 2410 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2411 TryCand, Cand, GenericSchedulerBase::TopDepthReduce)) in tryLatency() 2414 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2415 TryCand, Cand, GenericSchedulerBase::TopPathReduce)) in tryLatency() 2420 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 897 SchedCandidate &TryCand, 957 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand);
|