Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1665 static bool tryLess(unsigned TryVal, unsigned CandVal, in tryLess() argument
1669 if (TryVal < CandVal) { in tryLess()
1673 if (TryVal > CandVal) { in tryLess()
1681 static bool tryGreater(unsigned TryVal, unsigned CandVal, in tryGreater() argument
1685 if (TryVal > CandVal) { in tryGreater()
1689 if (TryVal < CandVal) { in tryGreater()