Searched refs:normal_return_args (Results 1 – 1 of 1) sorted by relevance
1132 let normal_return_args = normal_return.args(&func.dfg.value_lists); in split_off_return_block() localVariable1133 if normal_return_args.len() == callee.signature.returns.len() in split_off_return_block()1134 && normal_return_args.enumerate().all(|(i, arg)| { in split_off_return_block()1156 let normal_return_args = func.dfg.exception_tables[exception] in split_off_return_block() localVariable1160 let jump_args = normal_return_args in split_off_return_block()