Searched refs:UseHeight (Results 1 – 1 of 1) sorted by relevance
953 unsigned UseHeight, MIHeightMap &Heights, in pushDepHeight() argument958 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, in pushDepHeight()964 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()969 if (I->second < UseHeight) in pushDepHeight()970 I->second = UseHeight; in pushDepHeight()