Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp840 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in computeInstrDepths() local
843 DepCycle += MTM.SchedModel in computeInstrDepths()
845 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths()
1156 unsigned DepCycle = getInstrCycles(Dep.DefMI).Depth; in getPHIDepth() local
1159 DepCycle += TE.MTM.SchedModel in getPHIDepth()
1161 return DepCycle; in getPHIDepth()