pub fn analyze_program(functions: &[Function]) -> Vec<ArenaReport>Expand description
Analyze every function. Functions with no aggregate sites are
omitted from the result, matching escape::analyze_program.
pub fn analyze_program(functions: &[Function]) -> Vec<ArenaReport>Analyze every function. Functions with no aggregate sites are
omitted from the result, matching escape::analyze_program.