Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h102 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp174 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
620 if (Depth == getMaxDepth()) in computeNumSignBits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h397 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2092 if (NS.getMaxDepth() > MII) in checkNodeSets()