Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp806 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 DVectorUtils.cpp414 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isSplatValue()
441 if (Depth++ == MaxAnalysisRecursionDepth) in isSplatValue()
H A DLazyValueInfo.cpp1356 if (++Depth == MaxAnalysisRecursionDepth) in getValueFromCondition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp120 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 DInstCombineSelect.cpp3766 if (Depth == MaxAnalysisRecursionDepth) in hasAffectedValue()
3776 if (Depth == MaxAnalysisRecursionDepth - 1) in hasAffectedValue()
3778 Depth = MaxAnalysisRecursionDepth - 2; in hasAffectedValue()
H A DInstructionCombining.cpp2766 if (Depth++ >= MaxAnalysisRecursionDepth) in getFreelyInvertedImpl()
2860 /*Builder=*/nullptr, LocalDoesConsume, MaxAnalysisRecursionDepth - 1); in getFreelyInvertedImpl()
H A DInstCombineMulDivRem.cpp1548 if (Depth++ == MaxAnalysisRecursionDepth) in takeLog2()
H A DInstCombineCompares.cpp4404 if (Depth++ >= MaxAnalysisRecursionDepth) in isMaskOrZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h47 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp825 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 DGISelValueTracking.cpp759 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in computeKnownFPClass()
819 if (Depth == MaxAnalysisRecursionDepth) in computeKnownFPClass()
H A DUtils.cpp1921 if (Depth >= MaxAnalysisRecursionDepth) in isGuaranteedNotToBeUndefOrPoison()