Home
last modified time | relevance | path

Searched defs:AA (Results 1 – 25 of 146) sorted by relevance

123456

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSink.cpp30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove()
105 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction()
176 AAResults &AA) { in ProcessBlock()
213 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
232 auto &AA = AM.getResult<AAManager>(F); in run() local
253 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
H A DFlattenCFGPass.cpp40 AliasAnalysis *AA; member
45 bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { in iterativelyFlattenCFG()
99 AliasAnalysis *AA = &AM.getResult<AAManager>(F); in run() local
H A DMergeICmps.cpp472 AliasAnalysis &AA) in BCECmpChain()
605 AliasAnalysis &AA, DomTreeUpdater &DTU) { in mergeComparisons()
684 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, in simplify()
773 bool processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, in processPhi()
843 const TargetTransformInfo &TTI, AliasAnalysis &AA, in runImpl()
885 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
916 auto &AA = AM.getResult<AAManager>(F); in run() local
H A DMergedLoadStoreMotion.cpp97 AliasAnalysis *AA = nullptr; member in __anon7282e8410111::MergedLoadStoreMotion
350 bool MergedLoadStoreMotion::run(Function &F, AliasAnalysis &AA) { in run()
417 auto &AA = AM.getResult<AAManager>(F); in INITIALIZE_PASS_DEPENDENCY() local
H A DLoopSink.cpp265 static bool sinkLoopInvariantInstructions(Loop &L, AAResults &AA, LoopInfo &LI, in sinkLoopInvariantInstructions()
331 AAResults &AA = FAM.getResult<AAManager>(F); in run() local
396 AAResults &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnLoop() local
H A DTailRecursionElimination.cpp331 static bool canMoveAboveCall(Instruction *I, CallInst *CI, AliasAnalysis *AA) { in canMoveAboveCall()
397 AliasAnalysis *AA; member in __anon9fc9fbc70511::TailRecursionEliminator
428 AliasAnalysis *AA, OptimizationRemarkEmitter *ORE, in TailRecursionEliminator()
843 AliasAnalysis *AA, in eliminate()
925 AliasAnalysis &AA = AM.getResult<AAManager>(F); in run() local
H A DLoopVersioningLICM.cpp160 AliasAnalysis *AA; member
570 AliasAnalysis *AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnLoop() local
639 AliasAnalysis *AA = &LAR.AA; in run() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp35 AliasAnalysis *AA; member in __anon0a708a850111::AMDGPUPromoteKernelArguments
154 AliasAnalysis &AA) { in run()
190 AliasAnalysis &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction() local
211 AliasAnalysis &AA = AM.getResult<AAManager>(F); in run() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate26.C21 template <int I> AA<I>::AA() {}; in AA() function
22 template <int I> AA<I>::AA(int i): V(i) {}; in AA() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp80 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
94 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
140 Align FrameAlign, AAResults &AA) { in elideHeapAllocations()
301 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
388 AAResults &AA = AM.getResult<AAManager>(F); in run() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dqualttp13.C6 template <class V> struct AA { struct
7 template <class T> struct B {
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysis.cpp124 for (const auto &AA : AAs) { in alias() local
159 for (const auto &AA : AAs) { in getModRefInfoMask() local
173 for (const auto &AA : AAs) { in getArgModRefInfo() local
216 for (const auto &AA : AAs) { in getModRefInfo() local
269 for (const auto &AA : AAs) { in getModRefInfo() local
376 for (const auto &AA : AAs) { in getMemoryEffects() local
395 for (const auto &AA : AAs) { in getMemoryEffects() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c13 #define foo7(AA, hello, world, EEE) sdf "A B hello C,world,DhelloE F" fds EEE /* { dg-warning "macr… argument
27 #define bar7(AA, hello, world, EEE) sdf "A B hello C,world,DhelloE F" fds EEE argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dcatch5.C16 struct AA : A { int m; }; struct
H A Dcatch5p.C16 struct AA : A { int m; }; struct
H A Dcatch6.C16 struct AA : A { int m; }; struct
H A Dcatch6p.C16 struct AA : A { int m; }; argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp118 bool isReallyAClobber(const Value *Ptr, MemoryDef *Def, AAResults *AA) { in isReallyAClobber()
150 AAResults *AA) { in isClobberedInFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp36 AliasAnalysis *AA; member in __anon857ca0230111::FlattenCFGOpt
56 FlattenCFGOpt(AliasAnalysis *AA) : AA(AA) {} in FlattenCFGOpt()
546 bool llvm::FlattenCFG(BasicBlock *BB, AAResults *AA) { in FlattenCFG()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddefarg8.C10 struct AA struct
/openbsd-src/regress/libexec/ld.so/constructor/libaa/
H A Daa.C11 AA::AA(const char *arg) in AA() function
/openbsd-src/regress/libexec/ld.so/init-env/libaa/
H A Daa.C17 AA::AA(const char *arg) in AA() function
/openbsd-src/regress/libexec/ld.so/initfirst/test2/libaa/
H A Daa.C16 AA::AA() in AA() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility14.C12 struct AA { struct
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp625 AliasAnalysis &AA) { in foldLoadsRecursive()
771 TargetTransformInfo &TTI, AliasAnalysis &AA) { in foldConsecutiveLoads()
832 TargetLibraryInfo &TLI, AliasAnalysis &AA) { in foldUnusualPatterns()
872 AliasAnalysis &AA) { in runImpl()
887 auto &AA = AM.getResult<AAManager>(F); in run() local

123456