llvm::MachineInstr::isPHI

Return true if this is a PHI or G_PHI instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isPHI() const;

Return Value

True if the opcode is a PHI.