Searched refs:UseHeight (Results 1 – 1 of 1) sorted by relevance
833 const MachineInstr *UseMI, unsigned UseHeight, in pushDepHeight() argument839 UseHeight += TII->computeOperandLatency(ItinData, Dep.DefMI, Dep.DefOp, in pushDepHeight()845 tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()850 if (I->second < UseHeight) in pushDepHeight()851 I->second = UseHeight; in pushDepHeight()