Searched refs:kill_expr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-outof-ssa.c | 1328 static inline void kill_expr (temp_expr_table_p, int, bool); 1698 kill_expr (temp_expr_table_p tab, int partition, bool clear_bit) in kill_expr() function 1717 kill_expr (tab, VIRTUAL_PARTITION (tab), clear_bit); in kill_virtual_exprs() 1777 kill_expr (tab, partition, true); in find_replaceable_in_bb() 1822 kill_expr (table, i, false); in find_replaceable_exprs()
|
| H A D | ChangeLog.tree-ssa | 5609 (kill_expr): New. Finish dependent TER expressions as not replaceable.
|