Home
last modified time | relevance | path

Searched refs:num_validated_changes (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Drecog.h86 extern int num_validated_changes (void);
H A Djump.c1481 int ochanges = num_validated_changes (); in redirect_jump_1()
1499 return num_validated_changes () > ochanges; in redirect_jump_1()
1634 ochanges = num_validated_changes (); in invert_jump_1()
1640 if (num_validated_changes () == ochanges) in invert_jump_1()
H A Dlower-subreg.c595 int old_count = num_validated_changes (); in resolve_reg_notes()
599 if (old_count != num_validated_changes ()) in resolve_reg_notes()
1274 if (num_validated_changes () > 0) in decompose_multiword_subregs()
H A Drecog.c525 num_validated_changes (void) in num_validated_changes() function
H A Difcvt.c4116 n_validated_changes = num_validated_changes (); in dead_or_predicable()
/dragonfly/contrib/gcc-8.0/gcc/
H A Djump.c1485 int ochanges = num_validated_changes (); in redirect_jump_1()
1503 return num_validated_changes () > ochanges; in redirect_jump_1()
1644 ochanges = num_validated_changes (); in invert_jump_1()
1650 if (num_validated_changes () == ochanges) in invert_jump_1()
H A Dlower-subreg.c789 int old_count = num_validated_changes (); in resolve_reg_notes()
793 if (old_count != num_validated_changes ()) in resolve_reg_notes()
1615 if (num_validated_changes () > 0) in decompose_multiword_subregs()
H A Drecog.h96 extern int num_validated_changes (void);
H A Drecog.c530 num_validated_changes (void) in num_validated_changes() function
H A Difcvt.c5143 n_validated_changes = num_validated_changes (); in dead_or_predicable()