Searched refs:MICycles (Results 1 – 1 of 1) sorted by relevance
848 InstrCycles &MICycles = Cycles[&UseMI]; in computeInstrDepths() local849 MICycles.Depth = Cycle; in computeInstrDepths()856 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()1092 InstrCycles &MICycles = Cycles[MI]; in computeInstrHeights() local1093 MICycles.Height = Cycle; in computeInstrHeights()1099 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()