Searched refs:AAResults (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 55 AAResults::AAResults(AAResults &&Arg) : AAs(std::move(Arg.AAs)) { in AAResults() function in AAResults 60 AAResults &AAResults::operator=(AAResults &&Arg) { in operator =() 67 AAResults::~AAResults() { in ~AAResults() 82 AliasResult AAResults::alias(const MemoryLocation &LocA, in alias() 92 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 101 ModRefInfo AAResults::getArgModRefInfo(ImmutableCallSite CS, unsigned ArgIdx) { in getArgModRefInfo() 115 ModRefInfo AAResults::getModRefInfo(Instruction *I, ImmutableCallSite Call) { in getModRefInfo() 132 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() 147 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS1, in getModRefInfo() 162 FunctionModRefBehavior AAResults::getModRefBehavior(ImmutableCallSite CS) { in getModRefBehavior() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 160 class AAResults { 164 AAResults() {} in AAResults() function 165 AAResults(AAResults &&Arg); 166 AAResults &operator=(AAResults &&Arg); 167 ~AAResults(); 565 typedef AAResults AliasAnalysis; 576 class AAResults::Concept { 582 virtual void setAAResults(AAResults *NewAAR) = 0; 639 template <typename AAResultT> class AAResults::Model final : public Concept { 643 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) { in Model() [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 243 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true); 245 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true); 247 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
|
/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 152 std::unique_ptr<AAResults> AAR; 156 AAResults &getAAResults(Function &F) { in getAAResults() 158 AAR.reset(new AAResults()); in getAAResults() 240 PM.add(createExternalAAWrapperPass([](Pass &P, Function &, AAResults &AAR) { in TEST_F()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 89 AAResults &AAR) const; 251 AAResults AAR(createLegacyPMAAResults(*this, *F, BAR)); in PromoteArguments() 433 AAResults &AAR) const { in isSafeToPromoteArgument()
|
D | FunctionAttrs.cpp | 115 static MemoryAccessKind checkFunctionMemoryAccess(Function &F, AAResults &AAR, in checkFunctionMemoryAccess() 227 AAResults &AAR = AARGetter(*F); in addReadAttrs() 1920 Optional<AAResults> AAR; in runOnSCC() 1921 auto AARGetter = [&](Function &F) -> AAResults & { in runOnSCC()
|
D | Inliner.cpp | 142 AAResults AAR(createLegacyPMAAResults(P, *Callee, BAR)); in InlineCallIfPossible()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 59 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() 63 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() 502 const DataLayout &DL, AAResults *CalleeAAR) { in AddAliasScopeMetadata() 1022 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction()
|