OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredLatency
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp
141
unsigned
PredLatency
= P->getLatency();
142
unsigned PredTotalLatency = PredSU->getDepth() +
PredLatency
;
AggressiveAntiDepBreaker.cpp
284
unsigned
PredLatency
= P->getLatency();
285
unsigned PredTotalLatency = PredSU->getDepth() +
PredLatency
;
[
all
...]
Completed in 423 milliseconds