HomeSort by relevance Sort by last modified time
    Searched refs:AAResults (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 55 AAResults::AAResults(AAResults &&Arg) : AAs(std::move(Arg.AAs)) {
60 AAResults &AAResults::operator=(AAResults &&Arg) {
67 AAResults::~AAResults() {
82 AliasResult AAResults::alias(const MemoryLocation &LocA,
92 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 160 class AAResults {
164 AAResults() {}
165 AAResults(AAResults &&Arg);
166 AAResults &operator=(AAResults &&Arg);
167 ~AAResults();
565 typedef AAResults AliasAnalysis;
574 /// AAResults class. Only differences and specifics to how the
576 class AAResults::Concept
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
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/
AliasAnalysisTest.cpp 152 std::unique_ptr<AAResults> AAR;
156 AAResults &getAAResults(Function &F) {
158 AAR.reset(new AAResults());
240 PM.add(createExternalAAWrapperPass([](Pass &P, Function &, AAResults &AAR) {
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 89 AAResults &AAR) const;
251 AAResults AAR(createLegacyPMAAResults(*this, *F, BAR));
433 AAResults &AAR) const {
    [all...]
FunctionAttrs.cpp 115 static MemoryAccessKind checkFunctionMemoryAccess(Function &F, AAResults &AAR,
227 AAResults &AAR = AARGetter(*F);
    [all...]
Inliner.cpp 142 AAResults AAR(createLegacyPMAAResults(P, *Callee, BAR));
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 59 AAResults *CalleeAAR, bool InsertLifetime) {
63 AAResults *CalleeAAR, bool InsertLifetime) {
502 const DataLayout &DL, AAResults *CalleeAAR) {
    [all...]

Completed in 159 milliseconds