sway_ir

Module analysis

Source

Re-exports§

pub use call_graph::*;
pub use dominator::*;
pub use memory_utils::*;

Modules§

call_graph
dominator
memory_utils
An analysis to compute symbols that escape out from a function. This could be into another function, or via ptr_to_int etc. Any transformations involving such symbols are unsafe.