/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 715 BatchAAResults BAA(*AA); processStoreOfLoad() local 853 performCallSlotOptzn(Instruction * cpyLoad,Instruction * cpyStore,Value * cpyDest,Value * cpySrc,TypeSize cpySize,Align cpyDestAlign,BatchAAResults & BAA,std::function<CallInst * ()> GetC) performCallSlotOptzn() argument 1123 processMemCpyMemCpyDependence(MemCpyInst * M,MemCpyInst * MDep,BatchAAResults & BAA) processMemCpyMemCpyDependence() argument 1233 processMemSetMemCpyDependence(MemCpyInst * MemCpy,MemSetInst * MemSet,BatchAAResults & BAA) processMemSetMemCpyDependence() argument 1368 performMemCpyToMemSetOptzn(MemCpyInst * MemCpy,MemSetInst * MemSet,BatchAAResults & BAA) performMemCpyToMemSetOptzn() argument 1437 performStackMoveOptzn(Instruction * Load,Instruction * Store,AllocaInst * DestAlloca,AllocaInst * SrcAlloca,TypeSize Size,BatchAAResults & BAA) performStackMoveOptzn() argument 1698 BatchAAResults BAA(*AA); processMemCpy() local 1824 BatchAAResults BAA(*AA); processByValArgument() local 1921 BatchAAResults BAA(*AA); processImmutArgument() local [all...] |
H A D | LoopVersioningLICM.cpp | 229 BatchAAResults BAA(*AA); in legalLoopMemoryAccesses() local
|
H A D | LICM.cpp | 1136 getClobberingMemoryAccess(MemorySSA & MSSA,BatchAAResults & BAA,SinkAndHoistLICMFlags & Flags,MemoryUseOrDef * MA) getClobberingMemoryAccess() argument 1275 BatchAAResults BAA(*AA); canSinkOrHoistInst() local 2349 BatchAAResults BAA(MSSA->getAA()); pointerInvalidatedByLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 120 BatchAAResults BAA; global() member in __anonb05229750111::MemorySSAWalkerAnnotatedWriter 927 findClobber(BatchAAResults & BAA,MemoryAccess * Start,UpwardsMemoryQuery & Q,unsigned & UpWalkLimit) findClobber() argument 1019 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument 1025 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument 1030 getClobberingMemoryAccessWithoutInvariantGroup(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccessWithoutInvariantGroup() argument 1035 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1041 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1062 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument 1068 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UWL) getClobberingMemoryAccess() argument 1073 getClobberingMemoryAccess(MemoryAccess * MA,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1079 getClobberingMemoryAccess(MemoryAccess * MA,const MemoryLocation & Loc,BatchAAResults & BAA) getClobberingMemoryAccess() argument 1282 OptimizeUses(MemorySSA * MSSA,CachingWalker * Walker,BatchAAResults * BAA,DominatorTree * DT) OptimizeUses() argument 1494 buildMemorySSA(BatchAAResults & BAA) buildMemorySSA() argument 2390 getClobberingMemoryAccessBase(MemoryAccess * StartingAccess,const MemoryLocation & Loc,BatchAAResults & BAA,unsigned & UpwardWalkLimit) getClobberingMemoryAccessBase() argument 2490 getClobberingMemoryAccessBase(MemoryAccess * MA,BatchAAResults & BAA,unsigned & UpwardWalkLimit,bool SkipSelf,bool UseInvariantGroup) getClobberingMemoryAccessBase() argument [all...] |
H A D | LoopAccessAnalysis.cpp | 780 BatchAAResults BAA; global() member in __anon55b3ad850111::AccessAnalysis
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 5489 if (const BindArchAction *BAA = dyn_cast<BindArchAction>(A)) { BuildJobsForActionNoCache() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3579 } else if (const auto *BAA = getAttr<BuiltinAliasAttr>()) { getBuiltinID() local
|