/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 201 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 D | LoopRotation.cpp | 103 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 127 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop() 152 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | LoopSink.cpp | 440 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 D | LoopSimplifyCFG.cpp | 738 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 D | LoopDeletion.cpp | 300 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 321 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
|
H A D | GVNHoist.cpp | 535 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 D | MemCpyOptimizer.cpp | 291 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 D | LoopUnswitch.cpp | 236 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 D | EarlyCSE.cpp | 1675 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 D | DeadStoreElimination.cpp | 2054 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 D | LICM.cpp | 232 ? (&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 D | SimpleLoopUnswitch.cpp | 3021 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 D | IndVarSimplify.cpp | 1960 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop() 1971 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
|
H A D | LoopIdiomRecognize.cpp | 285 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop() 304 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
|
H A D | NewGVN.cpp | 4172 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 4188 &getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction() 4198 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | GVN.cpp | 3051 auto *MSSAWP = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction() 3078 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
|
H A D | LoopStrengthReduce.cpp | 5829 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 5973 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateUniformValues.cpp | 46 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 D | MemorySSA.cpp | 69 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 D | InterleavedLoadCombinePass.cpp | 1333 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 D | LoopSimplify.cpp | 783 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 818 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
|
H A D | LCSSA.cpp | 466 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
|
H A D | LoopUtils.cpp | 208 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in initializeLoopPassPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 961 class MemorySSAWrapperPass : public FunctionPass { 963 MemorySSAWrapperPass();
|