Expand description
Analyzers for providing information of an ir function.
Re-exports§
pub use self::control_flow::BindedControlFlowGraph;
pub use self::control_flow::BindedScc;
pub use self::control_flow::ControlFlowGraph;
pub use self::register_usage::BindedRegisterUsage;
pub use self::register_usage::BindedRegisterUsageAnalyzer;
Modules§
Structs§
Analyzer
is for gather information about aFunctionDefinition
.MemoryUsage
is for analyzing how a function uses stack memory.