Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drecog.h217 extern int num_changes_pending (void);
H A Dcprop.cc768 if (num_changes_pending () && apply_change_group ()) in try_replace_reg()
H A Dearly-remat.cc1672 if (num_changes_pending ()) in stabilize_pattern()
H A DChangeLog-200212620 * gcse.c (try_replace_reg): Use num_changes_pending.
12621 * recog.c (num_changes_pending): New function.
12625 (num_changes_pending): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drecog.h114 extern int num_changes_pending (void);
H A Dcprop.c767 if (num_changes_pending () && apply_change_group ()) in try_replace_reg()
H A Dfwprop.c1297 if (num_changes_pending () == 0 || !apply_change_group ()) in forward_propagate_asm()
H A Drecog.c367 num_changes_pending (void) in num_changes_pending() function
923 return ((num_changes_pending () > 0) && (apply_change_group () > 0)); in validate_simplify_insn()
H A Dearly-remat.c1672 if (num_changes_pending ()) in stabilize_pattern()