Add initial version of value analysis and dataflow constant propagation
This commit is contained in:
parent
9b735a7132
commit
4f9c30fb67
26 changed files with 1948 additions and 2 deletions
|
@ -41,6 +41,7 @@ pub mod move_paths;
|
|||
pub mod rustc_peek;
|
||||
pub mod storage;
|
||||
pub mod un_derefer;
|
||||
pub mod value_analysis;
|
||||
|
||||
pub(crate) mod indexes {
|
||||
pub(crate) use super::move_paths::MovePathIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue