Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetSchedule.cpp96 static unsigned capLatency(int Cycles) { in capLatency() function
195 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()
246 Latency = std::max(Latency, capLatency(WLEntry->Cycles)); in computeInstrLatency()