Home
last modified time | relevance | path

Searched refs:MemorySSAPrinterLegacyPass (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp76 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
79 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
2272 char MemorySSAPrinterLegacyPass::ID = 0;
2274 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in MemorySSAPrinterLegacyPass
2278 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
2367 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h813 friend class MemorySSAPrinterLegacyPass;
936 class MemorySSAPrinterLegacyPass : public FunctionPass {
938 MemorySSAPrinterLegacyPass();