Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Drecog.h81 extern int num_validated_changes (void);
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()
Dstruct-equiv.c925 rvalue_change_start = num_validated_changes (); in insns_match_p()
Drecog.c428 num_validated_changes (void) in num_validated_changes() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
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)
Drecog.h82 extern int num_validated_changes PARAMS ((void));
Dintegrate.c2520 int num_changes = num_validated_changes ();
2604 if (! memonly && insn != 0 && num_validated_changes () != num_changes
Drecog.c423 num_validated_changes () in num_validated_changes() function