Home
last modified time | relevance | path

Searched refs:UseHeight (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp963 unsigned UseHeight, MIHeightMap &Heights, in pushDepHeight() argument
968 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, in pushDepHeight()
974 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()
979 if (I->second < UseHeight) in pushDepHeight()
980 I->second = UseHeight; in pushDepHeight()