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;
Parameters
Name |
Description |
N |
Represents one node in the SelectionDAG. |
Created with MrDocs