Searched refs:AtTop (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 822 bool AtTop; member 837 AtTop = false; in reset() 849 AtTop = Best.AtTop; in setBest() 931 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2532 tracePick(Cand.Reason, Cand.AtTop); in tracePick() 2692 if (Cand.AtTop != TryCand.AtTop) in tryPressure() 2749 bool AtTop, in initCandidate() argument 2753 Cand.AtTop = AtTop; in initCandidate() 2755 if (AtTop) { in initCandidate() 2804 if (tryGreater(biasPhysRegCopy(TryCand.SU, TryCand.AtTop), in tryCandidate() 2805 biasPhysRegCopy(Cand.SU, Cand.AtTop), in tryCandidate() 2851 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate() 2853 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate() 2861 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() [all …]
|