Returns true if Reg cannot be poison, but may be undef.
Declared in <llvm/CodeGen/GlobalISel/Utils.h>
bool
isGuaranteedNotToBePoison(
Register Reg,
MachineRegisterInfo const& MRI,
unsigned int Depth = 0);
| Name | Description |
|---|---|
| Reg | Wrapper class representing virtual and physical registers. Should be passed by value. |
| MRI | MachineRegisterInfo - Keep track of information for virtual and physical registers, including vreg register classes, use/def chains for registers, etc. |