Home
last modified time | relevance | path

Searched refs:getAAResults (Results 1 – 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFlattenCFGPass.cpp82 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
DSink.cpp280 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
DLoopSink.cpp363 *L, getAnalysis<AAResultsWrapperPass>().getAAResults(), in runOnLoop()
DMergedLoadStoreMotion.cpp387 return Impl.run(F, getAnalysis<AAResultsWrapperPass>().getAAResults()); in runOnFunction()
DLoopVersioningLICM.cpp581 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnLoop()
DTailRecursionElimination.cpp843 &getAnalysis<AAResultsWrapperPass>().getAAResults(), in runOnFunction()
DMergeICmps.cpp906 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
DLoopPredication.cpp338 auto *AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysisEvaluator.cpp68 PA.setAA(&getAnalysis<AAResultsWrapperPass>().getAAResults()); in runOnFunction()
DObjCARCContract.cpp557 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
560 PA.setAA(&getAnalysis<AAResultsWrapperPass>().getAAResults()); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp317 AAResults &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h1165 AAResults &getAAResults() { return *AAR; } in getAAResults() function
1166 const AAResults &getAAResults() const { return *AAR; } in getAAResults() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp301 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()
DPostRASchedulerList.cpp288 AliasAnalysis *AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()
DInlineSpiller.cpp143 AA(&pass.getAnalysis<AAResultsWrapperPass>().getAAResults()), in HoistSpillHelper()
199 AA(&pass.getAnalysis<AAResultsWrapperPass>().getAAResults()), in InlineSpiller()
DMachineCSE.cpp889 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()
DMachineSink.cpp333 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp416 P->runInternal(F, getAnalysis<AAResultsWrapperPass>().getAAResults()); in runOnFunction()
DAliasSetTracker.cpp759 Tracker = new AliasSetTracker(AAWP.getAAResults()); in runOnFunction()
DLint.cpp206 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp596 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp522 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp778 AliasAnalysis &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp264 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp682 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnMachineFunction()

123