pub fn analyze_function_with_policy(
func: &Function,
policy: Policy,
) -> EscapeReportExpand description
Analyze one function under the given scope policy. Cheap to call
even when there are no aggregate sites (early-exits after the
first pass over code).