Pass that inserts sample‐profile pseudo probes into a module.
Synopsis
Declared in <llvm/Transforms/IPO/SampleProfileProbe.h>
class SampleProfileProbePass
: public OptionalPassInfoMixin<SampleProfileProbePass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
|
Construct a sample‐profile probe pass. |
Run pseudo‐probe instrumentation over the given module. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs