Home
last modified time | relevance | path

Searched refs:BasicAA (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DBasicAliasAnalysisTest.cpp92 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 Dinvalidation.ll1 ; 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 Dfull-store-partial-alias.ll5 ; 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 D2003-04-25-GEPCrash.ll2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
H A Dunreachable-block.ll3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
H A D2003-04-22-GEPProblem.ll3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
H A D2003-03-04-GEPCrash.ll2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
H A Dfallback-mayalias.ll3 ; Check that BasicAA falls back to MayAlias (instead of PartialAlias) when none
H A D2014-03-18-Maxlookup-reached.ll4 ; BasicAA claims no alias when there is (due to a problem when the MaxLookup
H A Ddag.ll5 ; BasicAA's guard against use-def cycles shouldn't prevent it from
/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dinvalidate.ll11 ; 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 Dpr40509.ll5 ; (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 Dconstant-memory.ll3 ; Things that BasicAA can prove points to constant memory should be
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dpreserved-analyses.ll10 ; 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 DBasicAliasAnalysis.h161 class BasicAA : public AnalysisInfoMixin<BasicAA> {
162 friend AnalysisInfoMixin<BasicAA>;
/llvm-project-15.0.7/llvm/test/tools/llvm-lto2/X86/
H A Dpipeline.ll3 ; 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 Dsimple.ll2 ; resolvable by cfl-steens-aa (derived from BasicAA/2003-11-04-SimpleCases.ll).
H A Dgep-signed-arithmetic.ll2 ; Derived from BasicAA/2010-09-15-GEP-SignedArithmetic.ll
H A Dphi-and-select.ll2 ; Derived from (a subset of) BasicAA/phi-and-select.ll
H A Dconstant-over-index.ll3 ; CFL AA currently returns PartialAlias, BasicAA returns MayAlias, both seem
H A Dfull-store-partial-alias.ll3 ; Adapted from the BasicAA full-store-partial-alias.ll test.
/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pass-manager.ll234 ; 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 Dprecedence.ll26 ; in the BasicAA case.
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dstale-loop-info.ll4 ; available during GVN. In this case BasicAA will use LI but
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dstale-loop-info.ll4 ; available during GVN. In this case BasicAA will use LI but

12