Searched refs:InstrLatency (Results 1 – 1 of 1) sorted by relevance
204 unsigned InstrLatency = TII->getInstrLatency(&InstrItins, *DefMI); in computeOperandLatency() local211 InstrLatency = in computeOperandLatency()212 std::max(InstrLatency, TII->defaultDefLatency(SchedModel, *DefMI)); in computeOperandLatency()213 return InstrLatency; in computeOperandLatency()