Struct ModeToLevel¶
Defined in File dag_scope.hpp
Struct Documentation¶
-
struct ModeToLevel¶
A node’s mode (canon_indices position) -> DagScopeLevel map: for each mode of a node’s result, the DAG-scope loop it runs under (if any).
Public Members
-
container::svector<std::optional<DagScopeLevel>> by_mode¶
indexed by canon_indices position; nullopt where that mode does not run under any DAG-scope loop.
-
container::svector<std::optional<DagScopeLevel>> by_mode¶