pub fn collect_return_block_indices( tcx: TyCtxt<'_>, def_id: DefId, ) -> Vec<BasicBlock>
Collect all return basic block indices for a function body.