Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp85 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
104 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
121 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
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()
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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp92 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
111 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
135 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
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()
DLoopSink.cpp442 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
465 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
466 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
477 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopDeletion.cpp267 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
288 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
DLoopSimplifyCFG.cpp739 MemorySSA *MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
755 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
756 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
768 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DGVNHoist.cpp544 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction()
555 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
557 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1266 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopUnswitch.cpp228 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
229 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
398 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
532 MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnLoop()
DMemCpyOptimizer.cpp291 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
292 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1743 ? &getAnalysis<MemorySSAWrapperPass>() in runOnFunction()
1744 : getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
DEarlyCSE.cpp1643 UseMemorySSA ? &getAnalysis<MemorySSAWrapperPass>().getMSSA() : nullptr; in runOnFunction()
1657 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
1658 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
1701 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
/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-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 …]
/external/llvm-project/llvm/lib/Analysis/
DMemorySSA.cpp68 INITIALIZE_PASS_BEGIN(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false,
72 INITIALIZE_PASS_END(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false,
77 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass)
2265 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
2353 auto &MSSA = getAnalysis<MemorySSAWrapperPass>().getMSSA(); in runOnFunction()
2404 char MemorySSAWrapperPass::ID = 0;
2406 MemorySSAWrapperPass::MemorySSAWrapperPass() : FunctionPass(ID) { in MemorySSAWrapperPass() function in MemorySSAWrapperPass
2410 void MemorySSAWrapperPass::releaseMemory() { MSSA.reset(); } in releaseMemory()
2412 void MemorySSAWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
2418 bool MemorySSAWrapperPass::runOnFunction(Function &F) { in runOnFunction()
[all …]
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1332 getAnalysis<MemorySSAWrapperPass>().getMSSA(), in runOnFunction()
1338 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage()
1354 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-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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp792 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
827 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
DLCSSA.cpp474 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()

12