Home
last modified time | relevance | path

Searched refs:MemorySSAWrapperPass (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp201 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
215 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
216 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
250 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DLoopRotation.cpp103 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
127 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
152 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DLoopSink.cpp440 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
463 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
464 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
475 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DLoopSimplifyCFG.cpp738 MemorySSA *MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
754 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
755 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
767 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DLoopDeletion.cpp300 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
321 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
H A DGVNHoist.cpp535 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction()
546 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
548 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1254 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DMemCpyOptimizer.cpp291 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
292 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
311 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1779 ? &getAnalysis<MemorySSAWrapperPass>() in runOnFunction()
1780 : getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
H A DLoopUnswitch.cpp236 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
237 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
408 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
543 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
H A DEarlyCSE.cpp1675 UseMemorySSA ? &getAnalysis<MemorySSAWrapperPass>().getMSSA() : nullptr; in runOnFunction()
1689 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
1690 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1733 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
H A DDeadStoreElimination.cpp2054 MemorySSA &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction()
2077 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
2079 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
2093 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DLICM.cpp232 ? (&getAnalysis<MemorySSAWrapperPass>().getMSSA()) in runOnLoop()
261 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
262 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
304 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DSimpleLoopUnswitch.cpp3021 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
3022 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
3046 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
3091 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DIndVarSimplify.cpp1960 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
1971 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
H A DLoopIdiomRecognize.cpp285 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
304 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
H A DNewGVN.cpp4172 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
4188 &getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction()
4198 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DGVN.cpp3051 auto *MSSAWP = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
3078 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
H A DLoopStrengthReduce.cpp5829 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
5973 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp46 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
60 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
141 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp69 INITIALIZE_PASS_BEGIN(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false,
73 INITIALIZE_PASS_END(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false,
78 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
2226 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
2314 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction()
2365 char MemorySSAWrapperPass::ID = 0;
2367 MemorySSAWrapperPass::MemorySSAWrapperPass() : FunctionPass(ID) { in MemorySSAWrapperPass() function in MemorySSAWrapperPass
2371 void MemorySSAWrapperPass::releaseMemory() { MSSA.reset(); } in releaseMemory()
2373 void MemorySSAWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
2379 bool MemorySSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1333 getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction()
1339 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
1355 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp783 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
818 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
H A DLCSSA.cpp466 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
H A DLoopUtils.cpp208 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in initializeLoopPassPass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h961 class MemorySSAWrapperPass : public FunctionPass {
963 MemorySSAWrapperPass();