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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 265 LivenessAA = &A.getAAFor<AAIsDead>(
372 A.getAAFor<AAValueConstantRange>(QueryingAA, Pos,
448 A.getAAFor<AAType>(QueryingAA, RVPos, DepClassTy::REQUIRED);
514 A.getAAFor<AAType>(QueryingAA, ACSArgPos, DepClassTy::REQUIRED);
551 const auto &AA = A.getAAFor<AAType>(
621 const AAType &AA = A.getAAFor<AAType>(*this, FnPos, DepClassTy::REQUIRED);
758 const auto &NoUnwindAA = A.getAAFor<AANoUnwind>(
801 auto &FnAA = A.getAAFor<AANoUnwind>(*this, FnPos, DepClassTy::REQUIRED);
1133 const auto &RetValAA = A.getAAFor<AAReturnedValues>(
1344 const auto &NoSyncAA = A.getAAFor<AANoSync>
    [all...]
Attributor.cpp 549 const auto &ValueSimplifyAA = getAAFor<AAValueSimplify>(
730 ScopeFn ? &getAAFor<AAIsDead>(QueryingAA, IRPosition::function(*ScopeFn),
890 getAAFor<AAReturnedValues>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
909 getAAFor<AAReturnedValues>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
959 : &(getAAFor<AAIsDead>(QueryingAA, QueryIRP, DepClassTy::NONE));
981 getAAFor<AAIsDead>(QueryingAA, QueryIRP, DepClassTy::NONE);
OpenMPOpt.cpp 2008 const auto &ICVTrackingAA = A.getAAFor<AAICVTracker>(
2124 const auto &ICVTrackingAA = A.getAAFor<AAICVTracker>(
2207 const auto &ICVTrackingAA = A.getAAFor<AAICVTracker>(
2263 const auto &ICVTrackingAA = A.getAAFor<AAICVTracker>(
2339 const auto &ExecutionDomainAA = A.getAAFor<AAExecutionDomain>(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 26 // attributes through the `Attributor::getAAFor` method (see the method
1089 /// argument (readnone, readonly, ...). It should use `getAAFor` to get the
1101 const AAType &getAAFor(const AbstractAttribute &QueryingAA,
1107 /// Similar to getAAFor but the return abstract attribute will be updated (via
1119 /// The version of getAAFor that allows to omit a querying abstract
1240 /// This method should be used in conjunction with the `getAAFor` method and
1243 /// `getAAFor` to explicitly record true dependences through this method.
2290 /// by monitoring the `Attributor::getAAFor` calls made by abstract attributes.

Completed in 26 milliseconds