Searched refs:LHSLatency (Results 1 – 4 of 4) 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 ()()
37 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local39 if (LHSLatency < RHSLatency) return true; in operator ()()40 if (LHSLatency > RHSLatency) return false; in operator ()()
189 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local191 if (LHSLatency < RHSLatency) return true; in operator ()()192 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 ()()