Skip to main content

analyze_program

Function analyze_program 

Source
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.