llvm::MachineInstr::isPosition

Return true if the instruction marks a position in the function.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isPosition() const;

Description

FIXME: Why are LIFETIME markers not considered in MachineInstr::isPosition?

Return Value

True if this is a label or CFI instruction.