Return RegState::Debug when B is true, else RegState::NoFlags.
Declared in <llvm/CodeGen/MachineInstrBuilder.h>
constexpr
RegState
getDebugRegState(bool B);
RegState::Debug when B is true, otherwise RegState::NoFlags.
| Name | Description |
|---|---|
| B | True to include the debug flag. |