Home
last modified time | relevance | path

Searched defs:BAA (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DAliasSetTrackerTest.cpp71 BatchAAResults BAA(AA); in TEST() local
H A DBasicAliasAnalysisTest.cpp48 BasicAAResult BAA; member
H A DMemorySSATest.cpp49 BasicAAResult BAA; member
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp717 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 DLoopVersioningLICM.cpp229 BatchAAResults BAA(*AA); legalLoopMemoryAccesses() local
H A DLICM.cpp1147 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 DMemorySSA.cpp121 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 DLoopAccessAnalysis.cpp782 BatchAAResults BAA; global() member in __anon26c80b460111::AccessAnalysis
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp257 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 DScopDetection.h143 BatchAAResults BAA; // The batched alias analysis results. member
/llvm-project/llvm/unittests/Transforms/Utils/
H A DBasicBlockUtilsTest.cpp188 BasicAAResult BAA(DL, *F, TLI, AC, &DT); in TEST() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp3252 BatchAAResults BAA(AA); buildAliasGroupsForAccesses() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp5563 if (const BindArchAction *BAA = dyn_cast<BindArchAction>(A)) { BuildJobsForActionNoCache() local
/llvm-project/clang/lib/AST/
H A DDecl.cpp3625 } else if (const auto *BAA = getAttr<BuiltinAliasAttr>()) { getBuiltinID() local