Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drecog.h197 extern int num_validated_changes (void);
549 insn_change_watermark () : m_old_num_changes (num_validated_changes ()) {} in insn_change_watermark()
551 void keep () { m_old_num_changes = num_validated_changes (); } in keep()
559 if (m_old_num_changes < num_validated_changes ()) in ~insn_change_watermark()
H A Djump.cc1445 int ochanges = num_validated_changes (); in redirect_jump_1()
1463 return num_validated_changes () > ochanges; in redirect_jump_1()
1604 ochanges = num_validated_changes (); in invert_jump_1()
1610 if (num_validated_changes () == ochanges) in invert_jump_1()
H A Dlower-subreg.cc816 int old_count = num_validated_changes (); in resolve_reg_notes()
820 if (old_count != num_validated_changes ()) in resolve_reg_notes()
1687 if (num_validated_changes () > 0) in decompose_multiword_subregs()
H A Difcvt.cc5609 n_validated_changes = num_validated_changes (); in dead_or_predicable()
/netbsd-src/external/gpl3/gcc.old/dist/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.c814 int old_count = num_validated_changes (); in resolve_reg_notes()
818 if (old_count != num_validated_changes ()) in resolve_reg_notes()
1676 if (num_validated_changes () > 0) in decompose_multiword_subregs()
H A Drecog.h96 extern int num_validated_changes (void);
H A Drecog.c531 num_validated_changes (void) in num_validated_changes() function
H A Difcvt.c5223 n_validated_changes = num_validated_changes (); in dead_or_predicable()
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchanges.cc923 int old_num_changes = num_validated_changes (); in recog_internal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_treg_combine.cc1056 if (verify_changes (num_validated_changes ())) in try_invert_branch_condition()