= {
{DependencyGraph::IXBAR_READ, "ixbar_read"_cs},
{DependencyGraph::ACTION_READ, "action_read"_cs},
{DependencyGraph::OUTPUT, "output"_cs},
{DependencyGraph::CONT_CONFLICT, "cont_conflict"_cs},
{DependencyGraph::REDUCTION_OR_READ, "reduction_or_read"_cs},
{DependencyGraph::REDUCTION_OR_OUTPUT, "reduction_or_output"_cs},
{DependencyGraph::ANTI_TABLE_READ, "anti"_cs},
{DependencyGraph::ANTI_ACTION_READ, "anti"_cs},
{DependencyGraph::ANTI_NEXT_TABLE_DATA, "anti"_cs},
{DependencyGraph::ANTI_NEXT_TABLE_CONTROL, "anti"_cs},
{DependencyGraph::ANTI_NEXT_TABLE_METADATA, "anti"_cs},
{DependencyGraph::ANTI_EXIT, "exit"_cs},
{DependencyGraph::NONE, "none"_cs},
{DependencyGraph::CONTROL_ACTION, "action"_cs},
{DependencyGraph::CONTROL_COND_TRUE, "condition"_cs},
{DependencyGraph::CONTROL_COND_FALSE, "condition"_cs},
{DependencyGraph::CONTROL_TABLE_HIT, "table_hit"_cs},
{DependencyGraph::CONTROL_TABLE_MISS, "table_miss"_cs},
{DependencyGraph::CONTROL_DEFAULT_NEXT_TABLE, "default_next_table"_cs},
{DependencyGraph::CONTROL_EXIT, "control_exit"_cs}}