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