Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1888 int zeroLatencyDepth = 0; in computeNodeFunctions() local
1893 zeroLatencyDepth = in computeNodeFunctions()
1894 std::max(zeroLatencyDepth, getZeroLatencyDepth(pred) + 1); in computeNodeFunctions()
1902 ScheduleInfo[I].ZeroLatencyDepth = zeroLatencyDepth; in computeNodeFunctions()