Searched refs:MemorySSAWrapperPass (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 50 INITIALIZE_PASS_BEGIN(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false, 54 INITIALIZE_PASS_END(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false, 59 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) 915 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 916 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 920 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction() 950 char MemorySSAWrapperPass::ID = 0; 952 MemorySSAWrapperPass::MemorySSAWrapperPass() : FunctionPass(ID) { in MemorySSAWrapperPass() function in llvm::MemorySSAWrapperPass 956 void MemorySSAWrapperPass::releaseMemory() { MSSA.reset(); } in releaseMemory() 958 void MemorySSAWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() [all …]
|
/external/swiftshader/third_party/llvm-7.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) 1994 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 1998 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction() 2029 char MemorySSAWrapperPass::ID = 0; 2031 MemorySSAWrapperPass::MemorySSAWrapperPass() : FunctionPass(ID) { in MemorySSAWrapperPass() function in MemorySSAWrapperPass 2035 void MemorySSAWrapperPass::releaseMemory() { MSSA.reset(); } in releaseMemory() 2037 void MemorySSAWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 2043 bool MemorySSAWrapperPass::runOnFunction(Function &F) { in runOnFunction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 1159 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction() 1170 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 1172 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 1201 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | EarlyCSE.cpp | 1273 UseMemorySSA ? &getAnalysis<MemorySSAWrapperPass>().getMSSA() : nullptr; in runOnFunction() 1286 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 1287 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 1328 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
|
D | LICM.cpp | 153 ? (&getAnalysis<MemorySSAWrapperPass>().getMSSA()) in runOnLoop() 177 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 237 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | NewGVN.cpp | 4242 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 4258 &getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction() 4268 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 667 class MemorySSAWrapperPass : public FunctionPass { 669 MemorySSAWrapperPass();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 919 class MemorySSAWrapperPass : public FunctionPass { 921 MemorySSAWrapperPass();
|