Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2095 int zeroLatencyHeight = 0; in computeNodeFunctions() local
2102 zeroLatencyHeight = in computeNodeFunctions()
2103 std::max(zeroLatencyHeight, getZeroLatencyHeight(Succ) + 1); in computeNodeFunctions()
2111 ScheduleInfo[I].ZeroLatencyHeight = zeroLatencyHeight; in computeNodeFunctions()