Searched refs:UseHeight (Results 1 – 1 of 1) sorted by relevance
927 const MachineInstr *UseMI, unsigned UseHeight, in pushDepHeight() argument933 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in pushDepHeight()939 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()944 if (I->second < UseHeight) in pushDepHeight()945 I->second = UseHeight; in pushDepHeight()