Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelValueTracking.h141 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h590 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp208 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
1793 if (Depth == getMaxDepth()) in computeNumSignBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2352 if (NS.getMaxDepth() > MII) in checkNodeSets()