Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp930 unsigned UseHeight, MIHeightMap &Heights, in pushDepHeight() argument
935 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()