Searched +defs:change +defs:loc +defs:exp (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | regcprop.c | 54 rtx *loc; member 497 replace_oldest_value_reg (rtx *loc, enum reg_class cl, rtx_insn *insn, in replace_oldest_value_reg() 505 struct queued_debug_insn_change *change; in replace_oldest_value_reg() local 535 replace_oldest_value_addr (rtx *loc, enum reg_class cl, in replace_oldest_value_addr() 703 struct queued_debug_insn_change *change; in apply_debug_insn_changes() local 725 cprop_find_used_regs (rtx *loc, void *data) in cprop_find_used_regs() 774 rtx loc = INSN_VAR_LOCATION_LOC (insn); in copyprop_hardreg_forward_1() local 1055 rtx exp; in copyprop_hardreg_forward_1() local
|
| H A D | fold-const.c | 147 expr_location_or (tree t, location_t loc) in expr_location_or() 157 protected_set_expr_location_unshare (tree x, location_t loc) in protected_set_expr_location_unshare() 531 fold_negate_expr_1 (location_t loc, tree t) in fold_negate_expr_1() 729 fold_negate_expr (location_t loc, tree t) in fold_negate_expr() 747 location_t loc; in negate_expr() local 896 associate_trees (location_t loc, tree t1, tree t2, enum tree_code code, tree type) in associate_trees() 1910 size_binop_loc (location_t loc, enum tree_code code, tree arg0, tree arg1) in size_binop_loc() 1962 size_diffop_loc (location_t loc, tree arg0, tree arg1) in size_diffop_loc() 2407 fold_convert_loc (location_t loc, tree type, tree arg) in fold_convert_loc() 2628 non_lvalue_loc (location_t loc, tree x) in non_lvalue_loc() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | regcprop.cc | 54 rtx *loc; member 499 replace_oldest_value_reg (rtx *loc, enum reg_class cl, rtx_insn *insn, in replace_oldest_value_reg() 507 struct queued_debug_insn_change *change; in replace_oldest_value_reg() local 537 replace_oldest_value_addr (rtx *loc, enum reg_class cl, in replace_oldest_value_addr() 705 struct queued_debug_insn_change *change; in apply_debug_insn_changes() local 727 cprop_find_used_regs (rtx *loc, void *data) in cprop_find_used_regs() 776 rtx loc = INSN_VAR_LOCATION_LOC (insn); in copyprop_hardreg_forward_1() local 1073 rtx exp; in copyprop_hardreg_forward_1() local
|
| H A D | fold-const.cc | 159 expr_location_or (tree t, location_t loc) in expr_location_or() 169 protected_set_expr_location_unshare (tree x, location_t loc) in protected_set_expr_location_unshare() 543 fold_negate_expr_1 (location_t loc, tree t) in fold_negate_expr_1() 741 fold_negate_expr (location_t loc, tree t) in fold_negate_expr() 759 location_t loc; in negate_expr() local 908 associate_trees (location_t loc, tree t1, tree t2, enum tree_code code, tree type) in associate_trees() 1915 size_binop_loc (location_t loc, enum tree_code code, tree arg0, tree arg1) in size_binop_loc() 1967 size_diffop_loc (location_t loc, tree arg0, tree arg1) in size_diffop_loc() 2431 fold_convert_loc (location_t loc, tree type, tree arg) in fold_convert_loc() 2652 non_lvalue_loc (location_t loc, tree x) in non_lvalue_loc() [all …]
|