Home | History | Annotate | Download | only in CodeGen

Lines Matching full:useheight

925                           const MachineInstr *UseMI, unsigned UseHeight,
931 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
937 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
942 if (I->second < UseHeight)
943 I->second = UseHeight;