Searched refs:Heights (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 926 MIHeightMap &Heights, in pushDepHeight() argument 937 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight() 989 MIHeightMap Heights; in computeInstrHeights() local 1004 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)]; in computeInstrHeights() 1057 Heights, MTM.SchedModel, MTM.TII)) in computeInstrHeights() 1071 MIHeightMap::iterator HeightI = Heights.find(MI); in computeInstrHeights() 1072 if (HeightI != Heights.end()) { in computeInstrHeights() 1075 Heights.erase(HeightI); in computeInstrHeights() 1090 if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII)) in computeInstrHeights() 1109 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()
|
/external/skia/include/views/animated/ |
D | SkWidgetViews.h | 272 enum Heights { enum
|