Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h102 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp170 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
616 if (Depth == getMaxDepth()) in computeNumSignBits()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachinePipeliner.h396 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePipeliner.cpp1674 if (NS.getMaxDepth() > MII) in checkNodeSets()