/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
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 | 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 | 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()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 92 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 111 auto *MSSAA = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop() 135 INITIALIZE_PASS_DEPENDENCY(MemorySSAWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
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 | LoopSink.cpp | 442 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()
|
D | LoopDeletion.cpp | 267 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 288 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnLoop()
|
D | LoopSimplifyCFG.cpp | 739 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()
|
D | GVNHoist.cpp | 544 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()
|
D | LoopUnswitch.cpp | 228 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()
|
D | MemCpyOptimizer.cpp | 291 AU.addRequired<MemorySSAWrapperPass>(); in getAnalysisUsage() 292 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 1743 ? &getAnalysis<MemorySSAWrapperPass>() in runOnFunction() 1744 : getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
|
D | EarlyCSE.cpp | 1643 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/ |
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-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 …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 68 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/ |
D | InterleavedLoadCombinePass.cpp | 1328 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/ |
D | InterleavedLoadCombinePass.cpp | 1332 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/ |
D | MemorySSA.h | 667 class MemorySSAWrapperPass : public FunctionPass { 669 MemorySSAWrapperPass();
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 792 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage() 827 auto *MSSAAnalysis = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction()
|
D | LCSSA.cpp | 474 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
|