OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSLatency
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp
36
unsigned
RHSLatency
= PQ->getLatency(RHSNum);
37
if (LHSLatency <
RHSLatency
) return true;
38
if (LHSLatency >
RHSLatency
) return false;
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
197
unsigned
RHSLatency
= PQ->getLatency(RHSNum);
198
if (LHSLatency <
RHSLatency
) return true;
199
if (LHSLatency >
RHSLatency
) return false;
Completed in 38 milliseconds