Expand description
Auto-generated module
š¤ Generated with SplitRS
Structs§
- DSEAnalysis
Cache - DSECache
Entry - DSEConstant
Folding Helper - DSEDep
Graph - DSEDominator
Tree - DSEExt
Cache - Analysis cache for DSEExt.
- DSEExt
Const Folder - Constant folding helper for DSEExt.
- DSEExt
DepGraph - Dependency graph for DSEExt.
- DSEExt
DomTree - Dominator tree for DSEExt.
- DSEExt
Liveness - Liveness analysis for DSEExt.
- DSEExt
Pass Config - Configuration for DSEExt passes.
- DSEExt
Pass Registry - Pass registry for DSEExt.
- DSEExt
Pass Stats - Statistics for DSEExt passes.
- DSEExt
Worklist - Worklist for DSEExt.
- DSELiveness
Info - DSEPass
- The main Dead Store Elimination pass.
- DSEPass
Config - DSEPass
Registry - DSEPass
Stats - DSEReport
- Statistics produced by a single DSE run.
- DSEWorklist
- DSEX2
Cache - Analysis cache for DSEX2.
- DSEX2
Const Folder - Constant folding helper for DSEX2.
- DSEX2
DepGraph - Dependency graph for DSEX2.
- DSEX2
DomTree - Dominator tree for DSEX2.
- DSEX2
Liveness - Liveness analysis for DSEX2.
- DSEX2
Pass Config - Configuration for DSEX2 passes.
- DSEX2
Pass Registry - Pass registry for DSEX2.
- DSEX2
Pass Stats - Statistics for DSEX2 passes.
- DSEX2
Worklist - Worklist for DSEX2.
- Dead
Store Config - Configuration for the DSE pass.
- Live
Variable Info - Liveness information: the set of variables live at each let-binding site (identified by the variable introduced at that site).
- Store
Info - Metadata for a single let-binding (āstoreā) in the IR.
- UseDef
Chain - Bidirectional use-def / def-use chains for the IR.
Enums§
- DSEExt
Pass Phase - Pass execution phase for DSEExt.
- DSEPass
Phase - DSEX2
Pass Phase - Pass execution phase for DSEX2.