Returns true if this SUnit refers to a machine instruction as opposed to an SDNode.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAG.h>

bool
isInstr() const;

Return Value

True if this SUnit wraps a MachineInstr.

Created with MrDocs