Home
last modified time | relevance | path

Searched refs:NextDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp128 unsigned NextDepth = 0; in CriticalPathStep() local
137 if (NextDepth < PredTotalLatency || in CriticalPathStep()
138 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
139 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp277 unsigned NextDepth = 0; in CriticalPathStep() local
287 if (NextDepth < PredTotalLatency || in CriticalPathStep()
288 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
289 NextDepth = PredTotalLatency; in CriticalPathStep()