Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h275 Optional<AAResults> AAR; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp566 static bool isSafeToPromoteArgument(Argument *Arg, Type *ByValTy, AAResults &AAR, in isSafeToPromoteArgument()
922 AAResults &AAR = AARGetter(*F); in promoteArguments() local
H A DFunctionAttrs.cpp113 AAResults &AAR, in checkFunctionMemoryAccess()
237 AAResults &AAR) { in computeFunctionBodyMemoryAccess()
250 AAResults &AAR = AARGetter(*F); in addReadAttrs() local
H A DInliner.cpp251 AAResults &AAR = AARGetter(*Callee); in inlineCallIfPossible() local
H A DAttributorAttributes.cpp2702 AAResults *AAR = nullptr; in updateImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp939 AAResults AAR(P.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F)); in createLegacyPMAAResults() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp909 AAResults &AAR) { in addIRPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp951 AliasResult AAR = BatchAA.alias(Later, Earlier); in isOverwrite() local