Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Drecog.h81 extern int num_validated_changes (void);
H A Djump.c1627 int ochanges = num_validated_changes (); in redirect_jump_1()
1636 return num_validated_changes () > ochanges; in redirect_jump_1()
1759 ochanges = num_validated_changes (); in invert_jump_1()
1764 if (num_validated_changes () == ochanges) in invert_jump_1()
H A Dstruct-equiv.c925 rvalue_change_start = num_validated_changes (); in insns_match_p()
H A Drecog.c428 num_validated_changes (void) in num_validated_changes() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Djump.c2060 if (num_validated_changes () == 0)
2074 int ochanges = num_validated_changes ();
2083 return num_validated_changes () > ochanges;
2186 if (num_validated_changes () == 0)
2203 ochanges = num_validated_changes ();
2205 if (num_validated_changes () == ochanges)
H A Drecog.h82 extern int num_validated_changes PARAMS ((void));
H A Dintegrate.c2520 int num_changes = num_validated_changes ();
2604 if (! memonly && insn != 0 && num_validated_changes () != num_changes
H A Drecog.c423 num_validated_changes () in num_validated_changes() function