pub(crate) fn visit<'tcx>(
tcx: TyCtxt<'tcx>,
block: BasicBlock,
func: &Operand<'tcx>,
args: &[Spanned<Operand<'tcx>>],
destination: &Place<'tcx>,
flow: &DataflowGraph,
body: &Body<'tcx>,
relevant: &mut RelevantPlaces,
items: &mut Vec<BackwardItem<'tcx>>,
)Expand description
Visit a call terminator using an interprocedural dependency summary.