Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp834 MIHeightMap &Heights, in pushDepHeight() argument
845 tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()
897 MIHeightMap Heights; in computeInstrHeights() local
913 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)]; in computeInstrHeights()
954 Heights, MTM.ItinData, MTM.TII)) in computeInstrHeights()
968 MIHeightMap::iterator HeightI = Heights.find(MI); in computeInstrHeights()
969 if (HeightI != Heights.end()) { in computeInstrHeights()
972 Heights.erase(HeightI); in computeInstrHeights()
987 if (pushDepHeight(Deps[i], MI, Cycle, Heights, MTM.ItinData, MTM.TII)) in computeInstrHeights()
1007 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()
/external/skia/include/views/
DSkWidgetViews.h272 enum Heights { enum