Searched refs:MaxAnalysisRecursionDepth (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 806 if (Depth < MaxAnalysisRecursionDepth && in computeKnownBitsFromCond() 841 if (Depth < MaxAnalysisRecursionDepth && match(Cond, m_Not(m_Value(A)))) in computeKnownBitsFromCond() 935 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBitsFromContext() 1704 if (Depth < MaxAnalysisRecursionDepth - 1 && Known.isUnknown()) { in computeKnownBitsFromOperator() 1733 MaxAnalysisRecursionDepth - 1); in computeKnownBitsFromOperator() 2202 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in computeKnownBits() 2301 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBits() 2414 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isKnownToBeAPowerOfTwo() 2476 if (Depth++ == MaxAnalysisRecursionDepth) in isKnownToBeAPowerOfTwo() 2564 unsigned NewDepth = std::max(Depth, MaxAnalysisRecursionDepth - 1); in isKnownToBeAPowerOfTwo() [all …]
|
| H A D | VectorUtils.cpp | 414 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isSplatValue() 441 if (Depth++ == MaxAnalysisRecursionDepth) in isSplatValue()
|
| H A D | LazyValueInfo.cpp | 1356 if (++Depth == MaxAnalysisRecursionDepth) in getValueFromCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 120 if (Depth == MaxAnalysisRecursionDepth) in SimplifyDemandedBits() 170 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in SimplifyDemandedUseBits() 1973 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in SimplifyDemandedUseFPClass() 1981 if (Depth == MaxAnalysisRecursionDepth) in SimplifyDemandedUseFPClass()
|
| H A D | InstCombineSelect.cpp | 3766 if (Depth == MaxAnalysisRecursionDepth) in hasAffectedValue() 3776 if (Depth == MaxAnalysisRecursionDepth - 1) in hasAffectedValue() 3778 Depth = MaxAnalysisRecursionDepth - 2; in hasAffectedValue()
|
| H A D | InstructionCombining.cpp | 2766 if (Depth++ >= MaxAnalysisRecursionDepth) in getFreelyInvertedImpl() 2860 /*Builder=*/nullptr, LocalDoesConsume, MaxAnalysisRecursionDepth - 1); in getFreelyInvertedImpl()
|
| H A D | InstCombineMulDivRem.cpp | 1548 if (Depth++ == MaxAnalysisRecursionDepth) in takeLog2()
|
| H A D | InstCombineCompares.cpp | 4404 if (Depth++ >= MaxAnalysisRecursionDepth) in isMaskOrZero()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 47 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 825 isKnownNonNegative(Op0, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1) && in getConstraintForSolving() 826 isKnownNonNegative(Op1, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in getConstraintForSolving() 899 isKnownNonNegative(V, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1); in transferToOtherSystem()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelValueTracking.cpp | 759 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in computeKnownFPClass() 819 if (Depth == MaxAnalysisRecursionDepth) in computeKnownFPClass()
|
| H A D | Utils.cpp | 1921 if (Depth >= MaxAnalysisRecursionDepth) in isGuaranteedNotToBeUndefOrPoison()
|