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()
331 FUNCTION_PASS("memprof", MemProfilerPass())
1187 MPM.addPass(createModuleToFunctionPassAdaptor(MemProfilerPass())); in buildModuleSimplificationPipeline()
1413 MPM.addPass(createModuleToFunctionPassAdaptor(MemProfilerPass())); in EmitAssemblyWithNewPassManager()