Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp930 unsigned UseHeight, MIHeightMap &Heights, in pushDepHeight() argument
941 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()
993 MIHeightMap Heights; in computeInstrHeights() local
1008 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)]; in computeInstrHeights()
1060 if (pushDepHeight(Deps.front(), PHI, Height, Heights, MTM.SchedModel, in computeInstrHeights()
1075 MIHeightMap::iterator HeightI = Heights.find(&MI); in computeInstrHeights()
1076 if (HeightI != Heights.end()) { in computeInstrHeights()
1079 Heights.erase(HeightI); in computeInstrHeights()
1094 if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII)) in computeInstrHeights()
1113 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()