Searched defs:JUMP_P (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ | ||
H A D | rtl.h | 258 #define JUMP_P(X) (GET_CODE (X) == JUMP_INSN) macro |
/openbsd-src/gnu/gcc/gcc/ | ||
H A D | rtl.h | 371 #define JUMP_P(X) (GET_CODE (X) == JUMP_INSN) macro |