Home
last modified time | relevance | path

Searched defs:AAR (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h782 BatchAAResults(AAResults &AAR) : AA(AAR), AAQI() {} in BatchAAResults()
891 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) { in Model()
952 AAResults *AAR = nullptr; variable
966 AAResults *AAR; variable
970 AAResultsProxy(AAResults *AAR, DerivedT &CurrentResult) in AAResultsProxy()
1158 std::unique_ptr<AAResults> AAR; variable
DBasicAliasAnalysis.h264 Optional<AAResults> AAR; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp110 AAResults &AAR, in checkFunctionMemoryAccess()
228 AAResults &AAR) { in computeFunctionBodyMemoryAccess()
241 AAResults &AAR = AARGetter(*F); in addReadAttrs() local
DArgumentPromotion.cpp571 static bool isSafeToPromoteArgument(Argument *Arg, Type *ByValTy, AAResults &AAR, in isSafeToPromoteArgument()
929 AAResults &AAR = AARGetter(*F); in promoteArguments() local
DInliner.cpp282 AAResults &AAR = AARGetter(*Callee); in InlineCallIfPossible() local
DAttributor.cpp2487 if (AAResults *AAR = A.getInfoCache().getAAResultsForFunction(*F)) { in updateImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp709 AAResults &AAR) { in addIRPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp854 AAResults AAR(P.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F)); in createLegacyPMAAResults() local