Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp954 unsigned UseHeight, MIHeightMap &Heights, in pushDepHeight() argument
965 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()
1017 MIHeightMap Heights; in computeInstrHeights() local
1032 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)]; in computeInstrHeights()
1084 if (pushDepHeight(Deps.front(), PHI, Height, Heights, MTM.SchedModel, in computeInstrHeights()
1099 MIHeightMap::iterator HeightI = Heights.find(&MI); in computeInstrHeights()
1100 if (HeightI != Heights.end()) { in computeInstrHeights()
1103 Heights.erase(HeightI); in computeInstrHeights()
1118 if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII)) in computeInstrHeights()
1137 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()