Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp953 unsigned UseHeight, MIHeightMap &Heights, in pushDepHeight() argument
958 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()