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