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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 125 PIPE_OPERATOR(AANoCapture)
2618 auto &NoCaptureAA = A.getAAFor<AANoCapture>(*this, VIRP, DepClassTy::NONE);
2619 // Check whether the value is captured in the scope using AANoCapture.
2644 const auto &NoCaptureAA = A.getAAFor<AANoCapture>(
2750 A.getAAFor<AANoCapture>(*this, RVPos, DepClassTy::REQUIRED);
4093 struct AANoCaptureImpl : public AANoCapture {
4094 AANoCaptureImpl(const IRPosition &IRP, Attributor &A) : AANoCapture(IRP, A) {}
4217 AACaptureUseTracker(Attributor &A, AANoCapture &NoCaptureAA,
4218 const AAIsDead &IsDeadAA, AANoCapture::StateType &State,
4232 return State.isAssumed(AANoCapture::NO_CAPTURE_MAYBE_RETURNED)
    [all...]
Attributor.cpp 2109 getOrCreateAAFor<AANoCapture>(ArgPos);
2172 getOrCreateAAFor<AANoCapture>(CBArgPos);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 3115 struct AANoCapture
3119 AANoCapture(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
3159 static AANoCapture &createForPosition(const IRPosition &IRP, Attributor &A);
3162 const std::string getName() const override { return "AANoCapture"; }
3167 /// This function should return true if the type of the \p AA is AANoCapture

Completed in 65 milliseconds