Return true if DAG scheduling needs a custom insertion hook for this.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
usesCustomInsertionHook(QueryType Type = IgnoreBundle) const;
Typically a SelectionDAG pseudo expanded by the target via TargetLoweringInfo::InsertAtEndOfBasicBlock.
True if a custom insertion hook is required.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |