Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2103 std::max(zeroLatencyHeight, getZeroLatencyHeight(Succ) + 1); in computeNodeFunctions()
2127 dbgs() << "\t ZLH = " << getZeroLatencyHeight(&SUnits[i]) << "\n"; in computeNodeFunctions()
2546 getZeroLatencyHeight(I) > getZeroLatencyHeight(maxHeight)) in computeNodeOrder()
2549 getZeroLatencyHeight(I) == in computeNodeOrder()
2550 getZeroLatencyHeight(maxHeight) && in computeNodeOrder()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h417 int getZeroLatencyHeight(SUnit *Node) { in getZeroLatencyHeight() function