Searched refs:LHSLatency (Results 1 – 3 of 3) sorted by relevance
36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local38 if (LHSLatency < RHSLatency) return true; in operator ()()39 if (LHSLatency > RHSLatency) return false; in operator ()()
35 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local37 if (LHSLatency < RHSLatency) return true; in operator ()()38 if (LHSLatency > RHSLatency) return false; in operator ()()
195 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local197 if (LHSLatency < RHSLatency) return true; in operator ()()198 if (LHSLatency > RHSLatency) return false; in operator ()()