Searched refs:last_expr_value (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stmt.c | 388 #define last_expr_value (cfun->stmt->x_last_expr_value) macro 2220 last_expr_value = value; 2342 last_expr_value = NULL_RTX; in clear_last_expr() 2389 if (! last_expr_value || ! last_expr_type) 2391 last_expr_value = const0_rtx; 2394 else if (GET_CODE (last_expr_value) != REG && ! CONSTANT_P (last_expr_value)) 2396 last_expr_value = protect_from_queue (last_expr_value, 0); 2401 RTL_EXPR_RTL (t) = last_expr_value; 2411 TREE_THIS_VOLATILE (t) = volatile_refs_p (last_expr_value); 3782 rtx old_last_expr_value = last_expr_value; [all …]
|
H A D | ChangeLog.2 | 8654 (init_stmt_for_function): Clear last_expr_value. 12023 last_expr_type, last_expr_value, block_start_count, block_stack, 12053 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
|
H A D | ChangeLog.7 | 3693 (clear_last_expr): Clear both last_expr_type and last_expr_value. 21474 last_expr_value if we don't have either.
|
H A D | ChangeLog.0 | 54 value to last_expr_value, zero it, so old garbage
|