Extract the pseudo probe stored on Inst, if present.
Declared in <llvm/IR/PseudoProbe.h>
std::optional<PseudoProbe>
extractProbe(Instruction const& Inst);
The decoded pseudo probe, or std::nullopt if none is present.
| Name | Description |
|---|---|
| Inst | Instruction that may carry a pseudo probe. |