Searched defs:AAR (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 115 ModRefInfo MR, AAResults &AAR) { in addLocAccess() 136 ModRefInfo ArgMR, AAResults &AAR) { in addArgLocs() 160 checkFunctionMemoryAccess(Function &F, bool ThisBody, AAResults &AAR, in checkFunctionMemoryAccess() 253 AAResults &AAR) { in computeFunctionBodyMemoryAccess() 265 AAResults &AAR = AARGetter(*F); in addMemoryAttrs() local
|
H A D | ArgumentPromotion.cpp | 475 static bool findArgParts(Argument *Arg, const DataLayout &DL, AAResults &AAR, in findArgParts() 814 auto &AAR = FAM.getResult<AAManager>(*F); in promoteArguments() local
|
H A D | AttributorAttributes.cpp | 3992 AAResults *AAR = nullptr; in updateImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.cpp | 320 addPass(createExternalAAWrapperPass([](Pass &P, Function &, AAResults &AAR) { in addIRPasses()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 1072 AAResults &AAR) { in addIRPasses()
|
H A D | SIInsertWaitcnts.cpp | 2404 if (auto AAR = getAnalysisIfAvailable<AAResultsWrapperPass>()) in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1001 AliasResult AAR = BatchAA.alias(KillingLoc, DeadLoc); in isOverwrite() local
|