1
Fork 0
rust/compiler/rustc_data_structures/src/graph
Tomasz Miąsko 0528d378b6 Optimize dominators for small path graphs
Generalizes the small dominators approach from #107449.
2023-10-05 23:45:59 +02:00
..
dominators Optimize dominators for small path graphs 2023-10-05 23:45:59 +02:00
implementation don't use SnapshotVec in Graph implementation, as it looks unused; use Vec instead 2023-08-28 18:59:55 +03:00
iterate Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
scc Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
vec_graph Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
mod.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
reference.rs
tests.rs