Refactor basic blocks control flow caches

This commit is contained in:
Tomasz Miąsko 2023-01-16 00:00:00 +00:00
parent 159ba8a92c
commit a6235a2006
6 changed files with 74 additions and 296 deletions

View file

@ -47,18 +47,15 @@ mod basic_blocks;
pub mod coverage;
mod generic_graph;
pub mod generic_graphviz;
mod graph_cyclic_cache;
pub mod graphviz;
pub mod interpret;
pub mod mono;
pub mod patch;
mod predecessors;
pub mod pretty;
mod query;
pub mod spanview;
mod syntax;
pub use syntax::*;
mod switch_sources;
pub mod tcx;
pub mod terminator;
pub use terminator::*;