Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp715 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 DLoopVersioningLICM.cpp229 BatchAAResults BAA(*AA); in legalLoopMemoryAccesses() local
H A DLICM.cpp1136 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 DMemorySSA.cpp120 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 DLoopAccessAnalysis.cpp780 BatchAAResults BAA; global() member in __anon55b3ad850111::AccessAnalysis
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5489 if (const BindArchAction *BAA = dyn_cast<BindArchAction>(A)) { BuildJobsForActionNoCache() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3579 } else if (const auto *BAA = getAttr<BuiltinAliasAttr>()) { getBuiltinID() local