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