Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp848 InstrCycles &MICycles = Cycles[&UseMI]; in computeInstrDepths() local
849 MICycles.Depth = Cycle; in computeInstrDepths()
856 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()
1092 InstrCycles &MICycles = Cycles[MI]; in computeInstrHeights() local
1093 MICycles.Height = Cycle; in computeInstrHeights()
1099 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()