llvm::PseudoProbe

Decoded pseudo probe attached to an instruction.

Synopsis

Declared in <llvm/IR/PseudoProbe.h>

struct PseudoProbe;

Data Members

NameDescription
Attr Probe attribute flags (see PseudoProbeAttributes).
Discriminator Associated DWARF discriminator value, if any.
Factor Distribution factor estimating the portion of the real execution count.
Id Probe identifier.
Type Probe type (see PseudoProbeType).

Non-Member Functions

NameDescription
extractProbeExtract the pseudo probe stored on Inst, if present.