Set the distribution factor of the pseudo probe on Inst.

Synopsis

Declared in <llvm/IR/PseudoProbe.h>

void
setProbeDistributionFactor(
    Instruction& Inst,
    float Factor);

Parameters

Name

Description

Inst

Instruction whose probe distribution factor is updated.

Factor

New distribution factor in the range [0.0, 1.0].

Created with MrDocs