HomeSort by: relevance | last modified time | path
    Searched refs:AAMemoryBehavior (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 130 PIPE_OPERATOR(AAMemoryBehavior)
2296 const auto &MemAA = A.getAAFor<AAMemoryBehavior>(*this, getIRPosition(),
2507 const auto &MemBehaviorAA = A.getAAFor<AAMemoryBehavior>(
2553 const AAMemoryBehavior &MemBehaviorAA,
2564 auto &CBArgMemBehaviorAA = A.getAAFor<AAMemoryBehavior>(
2598 const AAMemoryBehavior &MemBehaviorAA,
2692 A.getAAFor<AAMemoryBehavior>(*this, getIRPosition(), DepClassTy::NONE);
2853 A.getAndUpdateAAFor<AAMemoryBehavior>(*this, CallIRP, DepClassTy::NONE);
4363 A.getAAFor<AAMemoryBehavior>(*this, FnPos, DepClassTy::NONE);
4700 const auto &MemAA = A.getAAFor<AAMemoryBehavior>(*this, getIRPosition()
    [all...]
Attributor.cpp 2039 getOrCreateAAFor<AAMemoryBehavior>(FPos);
2113 getOrCreateAAFor<AAMemoryBehavior>(ArgPos);
2185 getOrCreateAAFor<AAMemoryBehavior>(CBArgPos);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 3281 struct AAMemoryBehavior
3285 AAMemoryBehavior(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
3323 static AAMemoryBehavior &createForPosition(const IRPosition &IRP,
3327 const std::string getName() const override { return "AAMemoryBehavior"; }
3333 /// AAMemoryBehavior

Completed in 24 milliseconds