Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() local
38 if (LHSLatency < RHSLatency) return true; in operator ()()
39 if (LHSLatency > RHSLatency) return false; in operator ()()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp190 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() local
191 if (LHSLatency < RHSLatency) return true; in operator ()()
192 if (LHSLatency > RHSLatency) return false; in operator ()()