Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1457 int zeroLatencyDepth = 0; in computeNodeFunctions() local
1464 zeroLatencyDepth = in computeNodeFunctions()
1465 std::max(zeroLatencyDepth, getZeroLatencyDepth(pred) + 1); in computeNodeFunctions()
1473 ScheduleInfo[I].ZeroLatencyDepth = zeroLatencyDepth; in computeNodeFunctions()