/llvm-project/llvm/unittests/Analysis/ |
H A D | AliasSetTrackerTest.cpp | 71 BatchAAResults BAA(AA); in TEST() local
|
H A D | BasicAliasAnalysisTest.cpp | 48 BasicAAResult BAA; member
|
H A D | MemorySSATest.cpp | 49 BasicAAResult BAA; member
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 717 BatchAAResults BAA(*AA); processStoreOfLoad() local 856 performCallSlotOptzn(Instruction * cpyLoad,Instruction * cpyStore,Value * cpyDest,Value * cpySrc,TypeSize cpySize,Align cpyDestAlign,BatchAAResults & BAA,std::function<CallInst * ()> GetC) performCallSlotOptzn() argument 1126 processMemCpyMemCpyDependence(MemCpyInst * M,MemCpyInst * MDep,BatchAAResults & BAA) processMemCpyMemCpyDependence() argument 1237 processMemSetMemCpyDependence(MemCpyInst * MemCpy,MemSetInst * MemSet,BatchAAResults & BAA) processMemSetMemCpyDependence() argument 1372 performMemCpyToMemSetOptzn(MemCpyInst * MemCpy,MemSetInst * MemSet,BatchAAResults & BAA) performMemCpyToMemSetOptzn() argument 1441 performStackMoveOptzn(Instruction * Load,Instruction * Store,AllocaInst * DestAlloca,AllocaInst * SrcAlloca,TypeSize Size,BatchAAResults & BAA) performStackMoveOptzn() argument 1703 BatchAAResults BAA(*AA); processMemCpy() local 1828 BatchAAResults BAA(*AA); processByValArgument() local 1926 BatchAAResults BAA(*AA); processImmutArgument() local [all...] |
H A D | LoopVersioningLICM.cpp | 229 BatchAAResults BAA(*AA); legalLoopMemoryAccesses() local
|
H A D | LICM.cpp | 1147 getClobberingMemoryAccess(MemorySSA & MSSA,BatchAAResults & BAA,SinkAndHoistLICMFlags & Flags,MemoryUseOrDef * MA) getClobberingMemoryAccess() argument 1286 BatchAAResults BAA(*AA); canSinkOrHoistInst() local 2361 BatchAAResults BAA(MSSA->getAA()); pointerInvalidatedByLoop() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 121 BatchAAResults BAA; member in __anon1aa642160111::MemorySSAWalkerAnnotatedWriter 930 MemoryAccess *findClobber(BatchAAResults &BAA, MemoryAccess *Start, in findClobber() argument 1022 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, BatchAAResults &BAA, in getClobberingMemoryAccess() argument 1028 BatchAAResults &BAA, unsigned &UWL) { in getClobberingMemoryAccess() argument 1033 getClobberingMemoryAccessWithoutInvariantGroup(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccessWithoutInvariantGroup() argument 1038 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1044 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1065 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument 1071 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument 1076 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1082 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1306 OptimizeUses(MemorySSA * MSSA,CachingWalker * Walker,BatchAAResults * BAA,DominatorTree * DT) OptimizeUses() argument 1519 buildMemorySSA(BatchAAResults & BAA,IterT Blocks) buildMemorySSA() argument 2453 getClobberingMemoryAccessBase(MemoryAccess * StartingAccess,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UpwardWalkLimit) getClobberingMemoryAccessBase() argument 2553 getClobberingMemoryAccessBase(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UpwardWalkLimit,bool SkipSelf,bool UseInvariantGroup) getClobberingMemoryAccessBase() argument [all...] |
H A D | LoopAccessAnalysis.cpp | 782 BatchAAResults BAA; global() member in __anon26c80b460111::AccessAnalysis
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 257 getMatchingValue(LoadValue LV,LoadInst * LI,unsigned CurrentGeneration,BatchAAResults & BAA,function_ref<MemorySSA * ()> GetMSSA) getMatchingValue() argument 277 loadCSE(Loop * L,DominatorTree & DT,ScalarEvolution & SE,LoopInfo & LI,BatchAAResults & BAA,function_ref<MemorySSA * ()> GetMSSA) loadCSE() argument 366 BatchAAResults BAA(*AA); simplifyLoopAfterUnroll() local
|
/llvm-project/polly/include/polly/ |
H A D | ScopDetection.h | 143 BatchAAResults BAA; // The batched alias analysis results. member
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | BasicBlockUtilsTest.cpp | 188 BasicAAResult BAA(DL, *F, TLI, AC, &DT); in TEST() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 3252 BatchAAResults BAA(AA); buildAliasGroupsForAccesses() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 5563 if (const BindArchAction *BAA = dyn_cast<BindArchAction>(A)) { BuildJobsForActionNoCache() local
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3625 } else if (const auto *BAA = getAttr<BuiltinAliasAttr>()) { getBuiltinID() local
|