OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextDepth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp
136
unsigned
NextDepth
= 0;
145
if (
NextDepth
< PredTotalLatency ||
146
(
NextDepth
== PredTotalLatency && P->getKind() == SDep::Anti)) {
147
NextDepth
= PredTotalLatency;
AggressiveAntiDepBreaker.cpp
278
unsigned
NextDepth
= 0;
288
if (
NextDepth
< PredTotalLatency ||
289
(
NextDepth
== PredTotalLatency && P->getKind() == SDep::Anti)) {
290
NextDepth
= PredTotalLatency;
[
all
...]
Completed in 97 milliseconds