Module reversed
rustc_
data_
structures
1.87.0-nightly
(920d95eaf 2025-03-28)
Module reversed
Module Items
Structs
In rustc_
data_
structures::
graph
Modules
dominators
implementation
iterate
reference
reversed
scc
vec_graph
Traits
ControlFlowGraph
DirectedGraph
NumEdges
Predecessors
StartNode
Successors
Functions
depth_first_search
depth_first_search_as_undirected
is_cyclic
rustc_data_structures
::
graph
Module
reversed
Copy item path
Settings
Help
Summary
Source
Structs
§
Reversed
Graph
View that reverses the direction of edges in its underlying graph, so that successors become predecessors and vice-versa.