Searched refs:num_validated_changes (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Drecog.h81 extern int num_validated_changes (void);
H A Djump.c1646 int ochanges = num_validated_changes ();
1655 return num_validated_changes () > ochanges;
1778 ochanges = num_validated_changes ();
1783 if (num_validated_changes () == ochanges)
H A Drecog.c468 num_validated_changes (void)
466 num_validated_changes (void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Drecog.h83 extern int num_validated_changes (void);
H A Djump.c1420 int ochanges = num_validated_changes ();
1437 return num_validated_changes () > ochanges;
1556 ochanges = num_validated_changes ();
1562 if (num_validated_changes () == ochanges)
H A Dlower-subreg.c573 int old_count = num_validated_changes ();
577 if (old_count != num_validated_changes ())
1248 if (num_validated_changes () > 0)
H A Drecog.c507 num_validated_changes (void)
505 num_validated_changes (void) function
H A Difcvt.c3909 n_validated_changes = num_validated_changes ();

Completed in 140 milliseconds