pub fn arg_places<'tcx>( args: &[Spanned<Operand<'tcx>>], ) -> Vec<(usize, Place<'tcx>)>
Given the arguments to a function, returns all places in the arguments.