Searched refs:NONJUMP_INSN_P (Results 1 - 1 of 1) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Drtl.h451 #define NONJUMP_INSN_P(X) (GET_CODE (X) == INSN)
464 (NONJUMP_INSN_P (X) || DEBUG_INSN_P (X) || JUMP_P (X) || CALL_P (X))
450 #define NONJUMP_INSN_P macro

Completed in 21 milliseconds