enum class instruction_graph_generator::scheduling_hint
Description
Hint returned by instruction_graph_generator::anticipate.
Declared at: include/instruction_graph_generator.h:78
Enumerators
Name | Value | Comment |
---|---|---|
is_self_contained | 0 | The instructions emitted for this command will not change even when invoking anticipate() on future commands. |
could_merge_with_future_commands | 1 | Queueing this command in anticipation of future commands may produce an optimized instruction graph. |