pub fn dce( context: &mut Context<'_>, analyses: &AnalysisResults, function: Function, ) -> Result<bool, IrError>
Perform dead code (if any) elimination and return true if the function is modified.
function