Structs§
- A
ScheduledBasicBlock
is a wrapper around aBasicBlock
which includes a graph expressing the vector clock among the instructions according to the Quil specification. - 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. - Represents a span of time, for some unit of time
Enums§
- Express a mode of memory access.