Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1407 int zeroLatencyDepth = 0; in computeNodeFunctions() local
1412 zeroLatencyDepth = in computeNodeFunctions()
1413 std::max(zeroLatencyDepth, getZeroLatencyDepth(pred) + 1); in computeNodeFunctions()
1421 ScheduleInfo[I].ZeroLatencyDepth = zeroLatencyDepth; in computeNodeFunctions()