Home
last modified time | relevance | path

Searched refs:other_code (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddojump.cc499 other_code: in do_jump()
594 goto other_code; in do_jump()
605 goto other_code; in do_jump()
H A Dreorg.cc867 enum rtx_code other_code; in condition_dominates_p() local
876 other_code = GET_CODE (other_condition); in condition_dominates_p()
877 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2 in condition_dominates_p()
882 return comparison_dominates_p (code, other_code); in condition_dominates_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddojump.c499 other_code: in do_jump()
594 goto other_code; in do_jump()
605 goto other_code; in do_jump()
H A Dreorg.c931 enum rtx_code other_code; in condition_dominates_p() local
940 other_code = GET_CODE (other_condition); in condition_dominates_p()
941 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2 in condition_dominates_p()
946 return comparison_dominates_p (code, other_code); in condition_dominates_p()