Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp928 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() local
932 DepHeight += SchedModel.computeOperandLatency(&MI, MO.getOperandNo(), in updatePhysDepsUpwards()
935 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()