Removes all stateless nodes that do not contribute to a return value from the function body. Unlike `RemoveDeadNodes()`, which is triggered by `OptimizerOptions.do_function_inlining`, this pass ignores the SINK node, from which (by definition) all nodes are reverse reachable, and preserves all nodes that are reachable from control output nodes. TODO(ezhulenev, skyewm): Function body should not ha
source not stored for this graph (policy: none)
no test coverage detected