Searched refs:MaxAnalysisRecursionDepth (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 787 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBitsFromContext() 1838 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBits() 3124 if (Depth >= MaxAnalysisRecursionDepth) in isKnownNonEqual() 3309 if (Depth == MaxAnalysisRecursionDepth) in ComputeNumSignBitsImpl() 3744 if (Depth == MaxAnalysisRecursionDepth) in cannotBeOrderedLessThanZeroImpl() 4410 if (Depth == MaxAnalysisRecursionDepth) in computeKnownFPClass() 6794 if (Depth >= MaxAnalysisRecursionDepth) in isGuaranteedNotToBeUndefOrPoison() 7949 if (Depth >= MaxAnalysisRecursionDepth) in matchSelectPattern() 8397 if (Depth == MaxAnalysisRecursionDepth) in isImpliedCondition() 8439 if (Depth == MaxAnalysisRecursionDepth) in isImpliedCondition() [all …]
|
| H A D | VectorUtils.cpp | 265 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isSplatValue() 292 if (Depth++ == MaxAnalysisRecursionDepth) in isSplatValue()
|
| H A D | LazyValueInfo.cpp | 1272 if (++Depth == MaxAnalysisRecursionDepth) in getValueFromCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 464 if (!isKnownNonNegative(Index, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in decomposeGEP() 554 if (!isKnownNonNegative(Op0, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in decompose() 557 if (!isKnownNonNegative(Op1, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in decompose() 751 isKnownNonNegative(Op0, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1) && in getConstraintForSolving() 752 isKnownNonNegative(Op1, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in getConstraintForSolving() 825 isKnownNonNegative(V, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1); in transferToOtherSystem()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 47 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 131 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in SimplifyDemandedUseBits() 148 if (Depth == MaxAnalysisRecursionDepth) in SimplifyDemandedUseBits()
|
| H A D | InstructionCombining.cpp | 2294 if (Depth++ >= MaxAnalysisRecursionDepth) in getFreelyInvertedImpl()
|