Home
last modified time | relevance | path

Searched refs:normal_return_args (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinline.rs1132 let normal_return_args = normal_return.args(&func.dfg.value_lists); in split_off_return_block() localVariable
1133 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() localVariable
1160 let jump_args = normal_return_args in split_off_return_block()