Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp74 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
77 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
2223 char MemorySSAPrinterLegacyPass::ID = 0;
2225 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in MemorySSAPrinterLegacyPass
2229 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
2318 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h801 friend class MemorySSAPrinterLegacyPass;
924 class MemorySSAPrinterLegacyPass : public FunctionPass {
926 MemorySSAPrinterLegacyPass();