Lines Matching refs:tmp_var
1196 tree tmp_var; in build_stack_save_restore() local
1199 tmp_var = create_tmp_var (ptr_type_node, "saved_stack"); in build_stack_save_restore()
1200 gimple_call_set_lhs (*save, tmp_var); in build_stack_save_restore()
1204 1, tmp_var); in build_stack_save_restore()
15094 tree tmp_var, this_fn_addr; in gimplify_function_tree() local
15106 tmp_var = create_tmp_var (ptr_type_node, "return_addr"); in gimplify_function_tree()
15107 gimple_call_set_lhs (call, tmp_var); in gimplify_function_tree()
15110 call = gimple_build_call (x, 2, this_fn_addr, tmp_var); in gimplify_function_tree()
15116 tmp_var = create_tmp_var (ptr_type_node, "return_addr"); in gimplify_function_tree()
15117 gimple_call_set_lhs (call, tmp_var); in gimplify_function_tree()
15120 call = gimple_build_call (x, 2, this_fn_addr, tmp_var); in gimplify_function_tree()