Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp833 const MachineInstr *UseMI, unsigned UseHeight, in pushDepHeight() argument
839 UseHeight += TII->computeOperandLatency(ItinData, Dep.DefMI, Dep.DefOp, in pushDepHeight()
845 tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight)); in pushDepHeight()
850 if (I->second < UseHeight) in pushDepHeight()
851 I->second = UseHeight; in pushDepHeight()