Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2276 static bool tryLess(int TryVal, int CandVal, in tryLess() argument
2280 if (TryVal < CandVal) { in tryLess()
2284 if (TryVal > CandVal) { in tryLess()
2293 static bool tryGreater(int TryVal, int CandVal, in tryGreater() argument
2297 if (TryVal > CandVal) { in tryGreater()
2301 if (TryVal < CandVal) { in tryGreater()