Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1481 int zeroLatencyHeight = 0; in computeNodeFunctions() local
1488 zeroLatencyHeight = in computeNodeFunctions()
1489 std::max(zeroLatencyHeight, getZeroLatencyHeight(succ) + 1); in computeNodeFunctions()
1497 ScheduleInfo[*I].ZeroLatencyHeight = zeroLatencyHeight; in computeNodeFunctions()