Searched refs:Heights (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 924 MIHeightMap &Heights, in pushDepHeight() argument 935 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight() 987 MIHeightMap Heights; in computeInstrHeights() local 1003 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)]; in computeInstrHeights() 1056 Heights, MTM.SchedModel, MTM.TII)) in computeInstrHeights() 1070 MIHeightMap::iterator HeightI = Heights.find(MI); in computeInstrHeights() 1071 if (HeightI != Heights.end()) { in computeInstrHeights() 1074 Heights.erase(HeightI); in computeInstrHeights() 1089 if (pushDepHeight(Deps[i], 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
|