rust/compiler/rustc_mir/src/dataflow/framework
Jonas Schievink 9a47f74bfe Use SmallVec in SwitchTargets
This allows building common SwitchTargets (eg. for `if`s) without
allocation.
2020-10-11 01:14:12 +02:00
..
cursor.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00
direction.rs Use SmallVec in SwitchTargets 2020-10-11 01:14:12 +02:00
engine.rs Print to stderr when a graphviz file can't be written 2020-10-05 10:14:40 -07:00
fmt.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00
graphviz.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
lattice.rs Expand documentation for the lattice module 2020-08-30 13:27:07 -07:00
mod.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
tests.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00
visitor.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00