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
37
unsigned
RHSLatency
= PQ->getLatency(RHSNum);
38
if (LHSLatency <
RHSLatency
) return true;
39
if (LHSLatency >
RHSLatency
) return false;
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
196
unsigned
RHSLatency
= PQ->getLatency(RHSNum);
197
if (LHSLatency <
RHSLatency
) return true;
198
if (LHSLatency >
RHSLatency
) return false;
Completed in 59 milliseconds