Lines Matching defs:Heights
963 unsigned UseHeight, MIHeightMap &Heights,
971 // Update Heights[DefMI] to be the maximum height seen.
974 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
1025 MIHeightMap Heights;
1040 unsigned &Height = Heights[MTM.MRI->getVRegDef(LI.Reg)];
1055 LLVM_DEBUG(dbgs() << "Heights for " << printMBBReference(*MBB) << ":\n");
1092 if (pushDepHeight(Deps.front(), PHI, Height, Heights, MTM.SchedModel,
1104 MIHeightMap::iterator HeightI = Heights.find(&MI);
1105 if (HeightI != Heights.end()) {
1108 Heights.erase(HeightI);
1123 if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII))
1142 LIR.Height = Heights.lookup(DefMI);