Searched refs:MICycles (Results 1 – 1 of 1) sorted by relevance
851 InstrCycles &MICycles = Cycles[&UseMI]; in computeInstrDepths() local852 MICycles.Depth = Cycle; in computeInstrDepths()859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()1097 InstrCycles &MICycles = Cycles[&MI]; in computeInstrHeights() local1098 MICycles.Height = Cycle; in computeInstrHeights()1104 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()