Home
last modified time | relevance | path

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/
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()
DLoopRotation.cpp85 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
104 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
121 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopSimplifyCFG.cpp732 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()
DGVNHoist.cpp1161 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()
DEarlyCSE.cpp1406 UseMemorySSA ? &getAnalysis<MemorySSAWrapperPass>().getMSSA() : nullptr; in runOnFunction()
1419 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
1420 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1462 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
DLoopUnswitch.cpp223 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()
DLICM.cpp215 ? (&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()
DSimpleLoopUnswitch.cpp2930 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()
DNewGVN.cpp4189 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/
DMemorySSA.cpp62 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/
DInterleavedLoadCombinePass.cpp1328 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/
DLoopSimplify.cpp774 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
809 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
DLCSSA.cpp449 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
DLoopUtils.cpp196 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in initializeLoopPassPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h964 class MemorySSAWrapperPass : public FunctionPass {
966 MemorySSAWrapperPass();