Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp894 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() local
898 DepHeight += SchedModel.computeOperandLatency(&MI, MI.getOperandNo(MOI), in updatePhysDepsUpwards()
901 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()