Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp919 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() local
923 DepHeight += SchedModel.computeOperandLatency(&MI, MI.getOperandNo(MOI), in updatePhysDepsUpwards()
926 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()