| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | BasicAliasAnalysisTest.cpp | 92 BasicAAResult &BasicAA = AllAnalyses.BAA; in TEST_F() local 95 BasicAA.alias(MemoryLocation(IncomingI32Ptr, LocationSize::precise(4)), in TEST_F() 100 BasicAA.alias(MemoryLocation(IncomingI32Ptr, LocationSize::upperBound(4)), in TEST_F() 121 BasicAAResult &BasicAA = AllAnalyses.BAA; in TEST_F() local 123 ASSERT_EQ(BasicAA.alias( in TEST_F() 129 ASSERT_EQ(BasicAA.alias( in TEST_F() 169 BasicAAResult &BasicAA = AllAnalyses.BAA; in TEST_F() local 172 BasicAA.alias(MemoryLocation(Ptr, LocationSize::precise(2)), in TEST_F() 196 BasicAAResult &BasicAA = AllAnalyses.BAA; in TEST_F() local 199 BasicAA.alias(MemoryLocation(Ptr, LocationSize::precise(2)), in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | invalidation.ll | 1 ; Test that the BasicAA analysis gets invalidated when its dependencies go 9 ; CHECK-DT-INVALIDATE: Running analysis: BasicAA 12 ; CHECK-DT-INVALIDATE: Invalidating analysis: BasicAA 14 ; CHECK-DT-INVALIDATE: Running analysis: BasicAA 21 ; CHECK-PV-INVALIDATE: Running analysis: BasicAA 24 ; CHECK-PV-INVALIDATE: Invalidating analysis: BasicAA 26 ; CHECK-PV-INVALIDATE: Running analysis: BasicAA
|
| H A D | full-store-partial-alias.ll | 5 ; BasicAA should notice that the store stores to the entire %u object, 7 ; Without BasicAA, TBAA should say that %tmp5 is NoAlias with the store.
|
| H A D | 2003-04-25-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
| H A D | unreachable-block.ll | 3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
|
| H A D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
| H A D | 2003-03-04-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
| H A D | fallback-mayalias.ll | 3 ; Check that BasicAA falls back to MayAlias (instead of PartialAlias) when none
|
| H A D | 2014-03-18-Maxlookup-reached.ll | 4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
|
| H A D | dag.ll | 5 ; BasicAA's guard against use-def cycles shouldn't prevent it from
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | invalidate.ll | 11 ; CHECK-AA-INVALIDATE: Running analysis: BasicAA 22 ; CHECK-DT-INVALIDATE: Running analysis: BasicAA 25 ; CHECK-DT-INVALIDATE: Invalidating analysis: BasicAA 32 ; CHECK-DT-INVALIDATE: Running analysis: BasicAA
|
| H A D | pr40509.ll | 5 ; (2 = phi (phi(val), val)), which BasicAA fails to analyze. 6 ; It's currently hard coded in BasicAA to return MayAlias for nested phis.
|
| H A D | constant-memory.ll | 3 ; Things that BasicAA can prove points to constant memory should be
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | preserved-analyses.ll | 10 ; AA: Running analysis: BasicAA 14 ; AA-NOT: Invalidating analysis: BasicAA 18 ; AA-NOT: Running analysis: BasicAA
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | BasicAliasAnalysis.h | 161 class BasicAA : public AnalysisInfoMixin<BasicAA> { 162 friend AnalysisInfoMixin<BasicAA>;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lto2/X86/ |
| H A D | pipeline.ll | 3 ; Try the default pipeline and check is BasicAA is invoked. 6 ; DEFAULT: Running analysis: BasicAA on patatino
|
| /llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
| H A D | simple.ll | 2 ; resolvable by cfl-steens-aa (derived from BasicAA/2003-11-04-SimpleCases.ll).
|
| H A D | gep-signed-arithmetic.ll | 2 ; Derived from BasicAA/2010-09-15-GEP-SignedArithmetic.ll
|
| H A D | phi-and-select.ll | 2 ; Derived from (a subset of) BasicAA/phi-and-select.ll
|
| H A D | constant-over-index.ll | 3 ; CFL AA currently returns PartialAlias, BasicAA returns MayAlias, both seem
|
| H A D | full-store-partial-alias.ll | 3 ; Adapted from the BasicAA full-store-partial-alias.ll test.
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | new-pass-manager.ll | 234 ; CHECK-BASIC-AA: Running analysis: BasicAA 241 ; CHECK-AA: Running analysis: BasicAA 248 ; CHECK-AA-DEFAULT: Running analysis: BasicAA 257 ; CHECK-AA-FUNCTION-INVALIDATE: Running analysis: BasicAA 260 ; CHECK-AA-FUNCTION-INVALIDATE: Invalidating analysis: BasicAA 264 ; CHECK-AA-FUNCTION-INVALIDATE: Running analysis: BasicAA 349 ; CHECK-REPEAT-LOOP-PASS-NEXT: Running analysis: BasicAA
|
| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | precedence.ll | 26 ; in the BasicAA case.
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | stale-loop-info.ll | 4 ; available during GVN. In this case BasicAA will use LI but
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | stale-loop-info.ll | 4 ; available during GVN. In this case BasicAA will use LI but
|