Searched refs:DepCycle (Results 1 – 1 of 1) sorted by relevance
743 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in computeInstrDepths() local746 DepCycle += MTM.TII->computeOperandLatency(MTM.ItinData, in computeInstrDepths()750 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths()1054 unsigned DepCycle = getInstrCycles(Dep.DefMI).Depth; in getPHIDepth() local1057 DepCycle += TE.MTM.TII->computeOperandLatency(TE.MTM.ItinData, in getPHIDepth()1061 return DepCycle; in getPHIDepth()