Searched refs:MemorySSAWrapperPass (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
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()
|
D | LoopRotation.cpp | 85 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 104 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop() 121 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopSimplifyCFG.cpp | 732 MemorySSA *MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop() 748 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 749 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 761 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | GVNHoist.cpp | 1161 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction() 1172 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 1174 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 1204 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | EarlyCSE.cpp | 1406 UseMemorySSA ? &getAnalysis<MemorySSAWrapperPass>().getMSSA() : nullptr; in runOnFunction() 1419 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 1420 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 1462 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
|
D | LoopUnswitch.cpp | 223 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 224 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 395 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 529 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
|
D | LICM.cpp | 215 ? (&getAnalysis<MemorySSAWrapperPass>().getMSSA()) in runOnLoop() 240 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 241 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 312 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | SimpleLoopUnswitch.cpp | 2930 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 2931 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 2955 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop() 3004 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | NewGVN.cpp | 4189 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 4205 &getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction() 4215 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 62 INITIALIZE_PASS_BEGIN(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false, 66 INITIALIZE_PASS_END(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false, 71 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) 2236 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 2240 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction() 2280 char MemorySSAWrapperPass::ID = 0; 2282 MemorySSAWrapperPass::MemorySSAWrapperPass() : FunctionPass(ID) { in MemorySSAWrapperPass() function in MemorySSAWrapperPass 2286 void MemorySSAWrapperPass::releaseMemory() { MSSA.reset(); } in releaseMemory() 2288 void MemorySSAWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 2294 bool MemorySSAWrapperPass::runOnFunction(Function &F) { in runOnFunction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 1328 getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction() 1334 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 1350 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 774 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 809 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
|
D | LCSSA.cpp | 449 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
|
D | LoopUtils.cpp | 196 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in initializeLoopPassPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 964 class MemorySSAWrapperPass : public FunctionPass { 966 MemorySSAWrapperPass();
|