Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp927 const MachineInstr *UseMI, unsigned UseHeight, in pushDepHeight() argument
933 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in pushDepHeight()
939 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()
944 if (I->second < UseHeight) in pushDepHeight()
945 I->second = UseHeight; in pushDepHeight()