Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp50 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/
DMemorySSA.cpp62 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/
DGVNHoist.cpp1159 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()
DEarlyCSE.cpp1273 UseMemorySSA ? &getAnalysis<MemorySSAWrapperPass>().getMSSA() : nullptr; in runOnFunction()
1286 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
1287 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1328 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
DLICM.cpp153 ? (&getAnalysis<MemorySSAWrapperPass>().getMSSA()) in runOnLoop()
177 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
237 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DNewGVN.cpp4242 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/
DMemorySSA.h667 class MemorySSAWrapperPass : public FunctionPass {
669 MemorySSAWrapperPass();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h919 class MemorySSAWrapperPass : public FunctionPass {
921 MemorySSAWrapperPass();