Searched refs:MaxAnalysisRecursionDepth (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 290 if (!isKnownNonNegative(Index, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in decomposeGEP() 348 if (!isKnownNonNegative(Op0, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in decompose() 351 if (!isKnownNonNegative(Op1, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in decompose() 521 isKnownNonNegative(Op0, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1) && in getConstraintForSolving() 522 isKnownNonNegative(Op1, DL, /*Depth=*/MaxAnalysisRecursionDepth - 1)) in getConstraintForSolving()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 687 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBitsFromAssume() 1529 if (Depth < MaxAnalysisRecursionDepth - 1 && !Known.Zero && !Known.One) { in computeKnownBitsFromOperator() 1552 computeKnownBits(IncValue, Known2, MaxAnalysisRecursionDepth - 1, RecQ); in computeKnownBitsFromOperator() 1933 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in computeKnownBits() 2022 if (Depth == MaxAnalysisRecursionDepth) in computeKnownBits() 2114 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isKnownToBeAPowerOfTwo() 2133 if (Depth++ == MaxAnalysisRecursionDepth) in isKnownToBeAPowerOfTwo() 2210 unsigned NewDepth = std::max(Depth, MaxAnalysisRecursionDepth - 1); in isKnownToBeAPowerOfTwo() 2292 if (Depth++ >= MaxAnalysisRecursionDepth) in isGEPKnownNonNull() 2451 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isKnownNonZero() [all …]
|
H A D | VectorUtils.cpp | 387 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in isSplatValue() 414 if (Depth++ == MaxAnalysisRecursionDepth) in isSplatValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 46 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 113 assert(Depth <= MaxAnalysisRecursionDepth && "Limit Search Depth"); in SimplifyDemandedUseBits() 130 if (Depth == MaxAnalysisRecursionDepth) in SimplifyDemandedUseBits()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueTracking.h | 47 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueTracking.h | 47 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueTracking.h | 48 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueTracking.h | 47 constexpr unsigned MaxAnalysisRecursionDepth = 6; variable
|