Searched refs:MemorySSAPrinterLegacyPass (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 57 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa", 60 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa", 907 char MemorySSAPrinterLegacyPass::ID = 0; 909 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in llvm::MemorySSAPrinterLegacyPass 913 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 919 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 590 friend class MemorySSAPrinterLegacyPass; 631 class MemorySSAPrinterLegacyPass : public FunctionPass { 633 MemorySSAPrinterLegacyPass();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 69 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa", 72 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa", 2228 char MemorySSAPrinterLegacyPass::ID = 0; 2230 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in MemorySSAPrinterLegacyPass 2234 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 2239 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 75 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa", 78 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa", 2257 char MemorySSAPrinterLegacyPass::ID = 0; 2259 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in MemorySSAPrinterLegacyPass 2263 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 2352 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 794 friend class MemorySSAPrinterLegacyPass; 913 class MemorySSAPrinterLegacyPass : public FunctionPass { 915 MemorySSAPrinterLegacyPass();
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 794 friend class MemorySSAPrinterLegacyPass; 910 class MemorySSAPrinterLegacyPass : public FunctionPass { 912 MemorySSAPrinterLegacyPass();
|