Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2371 static bool tryLess(int TryVal, int CandVal, in tryLess() argument
2375 if (TryVal < CandVal) { in tryLess()
2379 if (TryVal > CandVal) { in tryLess()
2388 static bool tryGreater(int TryVal, int CandVal, in tryGreater() argument
2392 if (TryVal > CandVal) { in tryGreater()
2396 if (TryVal < CandVal) { in tryGreater()