Searched refs:ModuleMemProfilerPass (Results 1 – 5 of 5) sorted by relevance
38 class ModuleMemProfilerPass : public PassInfoMixin<ModuleMemProfilerPass> {40 explicit ModuleMemProfilerPass();
262 ModuleMemProfilerPass::ModuleMemProfilerPass() {} in ModuleMemProfilerPass() function in ModuleMemProfilerPass264 PreservedAnalyses ModuleMemProfilerPass::run(Module &M, in run()
124 MODULE_PASS("memprof-module", ModuleMemProfilerPass())
1153 MPM.addPass(ModuleMemProfilerPass()); in buildModuleSimplificationPipeline()
1334 MPM.addPass(ModuleMemProfilerPass()); in EmitAssemblyWithNewPassManager()