Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DMemProfiler.h29 class MemProfilerPass : public PassInfoMixin<MemProfilerPass> {
31 explicit MemProfilerPass();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp249 MemProfilerPass::MemProfilerPass() {} in MemProfilerPass() function in MemProfilerPass
251 PreservedAnalyses MemProfilerPass::run(Function &F, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def331 FUNCTION_PASS("memprof", MemProfilerPass())
H A DPassBuilder.cpp1187 MPM.addPass(createModuleToFunctionPassAdaptor(MemProfilerPass())); in buildModuleSimplificationPipeline()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1413 MPM.addPass(createModuleToFunctionPassAdaptor(MemProfilerPass())); in EmitAssemblyWithNewPassManager()