fn find_optimization_opportunities<'tcx>(
    body: &Body<'tcx>
) -> Vec<(Local, ConstOperand<'tcx>)>