Lines Matching defs:Heights
991 unsigned UseHeight, MIHeightMap &Heights,
999 // Update Heights[DefMI] to be the maximum height seen.
1002 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
1053 MIHeightMap Heights;
1068 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)];
1083 LLVM_DEBUG(dbgs() << "Heights for " << printMBBReference(*MBB) << ":\n");
1120 if (pushDepHeight(Deps.front(), PHI, Height, Heights, MTM.SchedModel,
1132 MIHeightMap::iterator HeightI = Heights.find(&MI);
1133 if (HeightI != Heights.end()) {
1136 Heights.erase(HeightI);
1151 if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII))
1170 LIR.Height = Heights.lookup(DefMI);