fn collect_statement_uses<'tcx>(
statement: &'tcx Statement<'tcx>,
block: BasicBlock,
statement_index: usize,
flow: &DataflowGraph,
) -> RelevantPlacesExpand description
Collect all place-uses for a statement from dataflow edges and operands.