Searched refs:DepCycle (Results 1 – 1 of 1) sorted by relevance
840 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in computeInstrDepths() local843 DepCycle += MTM.SchedModel in computeInstrDepths()845 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths()1156 unsigned DepCycle = getInstrCycles(Dep.DefMI).Depth; in getPHIDepth() local1159 DepCycle += TE.MTM.SchedModel in getPHIDepth()1161 return DepCycle; in getPHIDepth()