Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/test/Analysis/BasicAA/
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-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
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.
D2003-04-25-GEPCrash.ll2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
Dunreachable-block.ll3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
D2003-04-22-GEPProblem.ll3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
D2003-03-04-GEPCrash.ll2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
Dfallback-mayalias.ll3 ; Check that BasicAA falls back to MayAlias (instead of PartialAlias) when none
/external/llvm-project/llvm/unittests/Analysis/
DBasicAliasAnalysisTest.cpp91 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/
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
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.
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dpreserved-analyses.ll10 ; AA: Running analysis: BasicAA
14 ; AA-NOT: Invalidating analysis: BasicAA
18 ; AA-NOT: Running analysis: BasicAA
/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h199 class BasicAA : public AnalysisInfoMixin<BasicAA> {
200 friend AnalysisInfoMixin<BasicAA>;
/external/llvm/test/Analysis/BasicAA/
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.
D2003-04-25-GEPCrash.ll2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
Dunreachable-block.ll3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
D2003-04-22-GEPProblem.ll3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
D2003-03-04-GEPCrash.ll2 ; 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/
DBasicAliasAnalysis.h222 class BasicAA : public AnalysisInfoMixin<BasicAA> {
223 friend AnalysisInfoMixin<BasicAA>;
/external/llvm-project/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h248 class BasicAA : public AnalysisInfoMixin<BasicAA> {
249 friend AnalysisInfoMixin<BasicAA>;
/external/llvm-project/llvm/test/tools/llvm-lto2/X86/
Dpipeline.ll3 ; Try the default pipeline and check is BasicAA is invoked.
6 ; DEFAULT: Running analysis: BasicAA on patatino
/external/llvm/lib/Analysis/
DLoopPassManager.cpp35 PA.preserve<BasicAA>(); in getLoopPassPreservedAnalyses()
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dgep-signed-arithmetic.ll2 ; Derived from BasicAA/2010-09-15-GEP-SignedArithmetic.ll
Dsimple.ll2 ; resolvable by cfl-steens-aa (derived from BasicAA/2003-11-04-SimpleCases.ll).
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dgep-signed-arithmetic.ll2 ; Derived from BasicAA/2010-09-15-GEP-SignedArithmetic.ll
Dsimple.ll2 ; resolvable by cfl-steens-aa (derived from BasicAA/2003-11-04-SimpleCases.ll).

1234