Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp680 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBitsFromAssume()
1937 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBits()
2755 if (Depth >= MaxAnalysisRecursionDepth) in isKnownNonEqual()
2928 if (Depth == MaxAnalysisRecursionDepth) in ComputeNumSignBitsImpl()
3445 if (Depth == MaxAnalysisRecursionDepth) in CannotBeNegativeZero()
3513 if (Depth == MaxAnalysisRecursionDepth) in cannotBeOrderedLessThanZeroImpl()
3666 if (Depth == MaxAnalysisRecursionDepth) in isKnownNeverInfinity()
3730 if (Depth == MaxAnalysisRecursionDepth) in isKnownNeverNaN()
5110 if (Depth >= MaxAnalysisRecursionDepth) in isGuaranteedNotToBeUndefOrPoison()
6167 if (Depth >= MaxAnalysisRecursionDepth) in matchSelectPattern()
[all …]
H A DVectorUtils.cpp376 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isSplatValue()
403 if (Depth++ == MaxAnalysisRecursionDepth) in isSplatValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h48 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp113 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in SimplifyDemandedUseBits()
130 if (Depth == MaxAnalysisRecursionDepth) in SimplifyDemandedUseBits()