Searched refs:MemProfilerPass (Results 1 – 5 of 5) sorted by relevance
29 class MemProfilerPass : public PassInfoMixin<MemProfilerPass> {31 explicit MemProfilerPass();
249 MemProfilerPass::MemProfilerPass() {} in MemProfilerPass() function in MemProfilerPass251 PreservedAnalyses MemProfilerPass::run(Function &F, in run()
330 FUNCTION_PASS("memprof", MemProfilerPass())
1152 MPM.addPass(createModuleToFunctionPassAdaptor(MemProfilerPass())); in buildModuleSimplificationPipeline()
1333 MPM.addPass(createModuleToFunctionPassAdaptor(MemProfilerPass())); in EmitAssemblyWithNewPassManager()