Public interface to the memory profiler module pass for instrumenting code to profile memory allocations and accesses.
Declared in <llvm/Transforms/Instrumentation/MemProfInstrumentation.h>
class ModuleMemProfilerPass
: public RequiredPassInfoMixin<ModuleMemProfilerPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<ModuleMemProfilerPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
ModuleMemProfilerPass [constructor] | Construct a MemProfiler module pass. |
run | Run MemProfiler module instrumentation over the module. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |