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