Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp95 static unsigned capLatency(int Cycles) { in capLatency() function
194 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()
240 Latency = std::max(Latency, capLatency(WLEntry->Cycles)); in computeInstrLatency()
267 Latency = std::max(Latency, capLatency(WLEntry->Cycles)); in computeInstrLatency()