Home
last modified time | relevance | path

Searched refs:ModuleMemProfilerPass (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemProfiler.h38 class ModuleMemProfilerPass : public PassInfoMixin<ModuleMemProfilerPass> {
40 explicit ModuleMemProfilerPass();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp262 ModuleMemProfilerPass::ModuleMemProfilerPass() {} in ModuleMemProfilerPass() function in ModuleMemProfilerPass
264 PreservedAnalyses ModuleMemProfilerPass::run(Module &M, in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def121 MODULE_PASS("memprof-module", ModuleMemProfilerPass())
H A DPassBuilder.cpp1197 MPM.addPass(ModuleMemProfilerPass()); in buildModuleSimplificationPipeline()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1421 MPM.addPass(ModuleMemProfilerPass()); in EmitAssemblyWithNewPassManager()