Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp743 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in computeInstrDepths() local
746 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() local
1057 DepCycle += TE.MTM.TII->computeOperandLatency(TE.MTM.ItinData, in getPHIDepth()
1061 return DepCycle; in getPHIDepth()