Module sunscreen_compiler_common::transforms
source · Expand description
A set of generic compiler transforms.
Structs
- A datastructure for holding a sequence of graph transformations.
Enums
- A request to transform the graph as appropriate.
- The index of a graph node, either in the compilation graph or resulting from a previous unapplied transformation.
Functions
- For the given compilation graph, perform common subexpression elimination (CSE).
Type Definitions
- The index type for referring to nodes in the current transform list that have not yet been added to the graph.