Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2298 static bool tryLess(int TryVal, int CandVal, in tryLess() argument
2302 if (TryVal < CandVal) { in tryLess()
2306 if (TryVal > CandVal) { in tryLess()
2315 static bool tryGreater(int TryVal, int CandVal, in tryGreater() argument
2319 if (TryVal > CandVal) { in tryGreater()
2323 if (TryVal < CandVal) { in tryGreater()