Home | History | Annotate | Download | only in Utils

Lines Matching refs:MemorySSAPrinterLegacyPass

57 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
60 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
907 char MemorySSAPrinterLegacyPass::ID = 0;
909 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) {
913 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const {
919 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) {