Return true if the given SDNode can be copied during scheduling even if it has glue.

Synopsis

Declared in <llvm/CodeGen/TargetInstrInfo.h>

virtual
bool
canCopyGluedNodeDuringSchedule(SDNode* N) const;

Return Value

True if the given SDNode can be copied during scheduling even if it has glue.

Parameters

Name

Description

N

SDNode being considered for copying during scheduling.

Created with MrDocs