Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp920 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() local
924 DepHeight += SchedModel.computeOperandLatency(&MI, MI.getOperandNo(MOI), in updatePhysDepsUpwards()
927 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()
/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()