Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp851 InstrCycles &MICycles = Cycles[&UseMI]; in computeInstrDepths() local
852 MICycles.Depth = Cycle; in computeInstrDepths()
859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()
1097 InstrCycles &MICycles = Cycles[&MI]; in computeInstrHeights() local
1098 MICycles.Height = Cycle; in computeInstrHeights()
1104 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()