flowistry::mir::utils

Function arg_places

Source
pub fn arg_places<'tcx>(
    args: &[Spanned<Operand<'tcx>>],
) -> Vec<(usize, Place<'tcx>)>
Expand description

Given the arguments to a function, returns all places in the arguments.