Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLatencyPriorityQueue.cpp36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
38 if (LHSLatency < RHSLatency) return true; in operator ()()
39 if (LHSLatency > RHSLatency) return false; in operator ()()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDResourcePriorityQueue.cpp190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
192 if (LHSLatency < RHSLatency) return true; in operator ()()
193 if (LHSLatency > RHSLatency) return false; in operator ()()