Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1828 int zeroLatencyDepth = 0; in computeNodeFunctions() local
1833 zeroLatencyDepth = in computeNodeFunctions()
1834 std::max(zeroLatencyDepth, getZeroLatencyDepth(pred) + 1); in computeNodeFunctions()
1842 ScheduleInfo[I].ZeroLatencyDepth = zeroLatencyDepth; in computeNodeFunctions()