Searched refs:BasicAA (Results 1 – 25 of 86) sorted by relevance
1234
/external/llvm-project/llvm/test/Analysis/BasicAA/ |
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-LI-INVALIDATE: Running analysis: BasicAA 24 ; CHECK-LI-INVALIDATE: Invalidating analysis: BasicAA 26 ; CHECK-LI-INVALIDATE: Running analysis: BasicAA 33 ; CHECK-PV-INVALIDATE: Running analysis: BasicAA 36 ; CHECK-PV-INVALIDATE: Invalidating analysis: BasicAA 38 ; CHECK-PV-INVALIDATE: Running analysis: BasicAA
|
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.
|
D | 2003-04-25-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
D | unreachable-block.ll | 3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
|
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
D | 2003-03-04-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
D | fallback-mayalias.ll | 3 ; Check that BasicAA falls back to MayAlias (instead of PartialAlias) when none
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | BasicAliasAnalysisTest.cpp | 91 BasicAAResult &BasicAA = AllAnalyses.BAA; in TEST_F() local 94 BasicAA.alias(MemoryLocation(IncomingI32Ptr, LocationSize::precise(4)), in TEST_F() 99 BasicAA.alias(MemoryLocation(IncomingI32Ptr, LocationSize::upperBound(4)), in TEST_F() 120 BasicAAResult &BasicAA = AllAnalyses.BAA; in TEST_F() local 122 ASSERT_EQ(BasicAA.alias( in TEST_F() 128 ASSERT_EQ(BasicAA.alias( in TEST_F()
|
/external/llvm-project/llvm/test/Analysis/MemorySSA/ |
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
|
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.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | preserved-analyses.ll | 10 ; AA: Running analysis: BasicAA 14 ; AA-NOT: Invalidating analysis: BasicAA 18 ; AA-NOT: Running analysis: BasicAA
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 199 class BasicAA : public AnalysisInfoMixin<BasicAA> { 200 friend AnalysisInfoMixin<BasicAA>;
|
/external/llvm/test/Analysis/BasicAA/ |
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.
|
D | 2003-04-25-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
D | unreachable-block.ll | 3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
|
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
D | 2003-03-04-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 222 class BasicAA : public AnalysisInfoMixin<BasicAA> { 223 friend AnalysisInfoMixin<BasicAA>;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 248 class BasicAA : public AnalysisInfoMixin<BasicAA> { 249 friend AnalysisInfoMixin<BasicAA>;
|
/external/llvm-project/llvm/test/tools/llvm-lto2/X86/ |
D | pipeline.ll | 3 ; Try the default pipeline and check is BasicAA is invoked. 6 ; DEFAULT: Running analysis: BasicAA on patatino
|
/external/llvm/lib/Analysis/ |
D | LoopPassManager.cpp | 35 PA.preserve<BasicAA>(); in getLoopPassPreservedAnalyses()
|
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | gep-signed-arithmetic.ll | 2 ; Derived from BasicAA/2010-09-15-GEP-SignedArithmetic.ll
|
D | simple.ll | 2 ; resolvable by cfl-steens-aa (derived from BasicAA/2003-11-04-SimpleCases.ll).
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | gep-signed-arithmetic.ll | 2 ; Derived from BasicAA/2010-09-15-GEP-SignedArithmetic.ll
|
D | simple.ll | 2 ; resolvable by cfl-steens-aa (derived from BasicAA/2003-11-04-SimpleCases.ll).
|
1234