Structs§
- Computed
Schedule Item - Schedule
- Schedule
Error - Scheduled
Basic Block - A
ScheduledBasicBlock
is a wrapper around aBasicBlock
which includes a graph expressing the vector clock among the instructions according to the Quil specification. - Scheduled
Basic Block Owned - Scheduled
Program - A program broken down into its
ScheduledBasicBlock
s. All instruction-level scheduling in a program is intra-block; the only dependencies between basic blocks are those resulting from execution flow. For instance, we do not track memory dependencies from a write in one block to a read in a subsequent block. - Seconds
- Time
Span - Represents a span of time, for some unit of time
Enums§
- Computed
Schedule Error - Execution
Dependency - Memory
Access Type - Express a mode of memory access.
- Schedule
Error Variant - Scheduled
Graph Node