Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp76 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
79 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
2218 char MemorySSAPrinterLegacyPass::ID = 0;
2220 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { in MemorySSAPrinterLegacyPass() function in MemorySSAPrinterLegacyPass
2224 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
2313 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h800 friend class MemorySSAPrinterLegacyPass;
914 class MemorySSAPrinterLegacyPass : public FunctionPass {
916 MemorySSAPrinterLegacyPass();