Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp68 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
71 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
2137 char MemorySSAPrinterLegacyPass::ID = 0;
2139 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in MemorySSAPrinterLegacyPass
2143 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
2148 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemorySSA.h789 friend class MemorySSAPrinterLegacyPass;
908 class MemorySSAPrinterLegacyPass : public FunctionPass {
910 MemorySSAPrinterLegacyPass();