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.cpp2075 int zeroLatencyDepth = 0; in computeNodeFunctions() local
2080 zeroLatencyDepth = in computeNodeFunctions()
2081 std::max(zeroLatencyDepth, getZeroLatencyDepth(Pred) + 1); in computeNodeFunctions()
2089 ScheduleInfo[I].ZeroLatencyDepth = zeroLatencyDepth; in computeNodeFunctions()