Home
last modified time | relevance | path

Searched refs:scanbody (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c11723 rtx scanbody; in arm_final_prescan_insn() local
11811 scanbody = PATTERN (this_insn); in arm_final_prescan_insn()
11812 if (GET_CODE (scanbody) == SET in arm_final_prescan_insn()
11813 && GET_CODE (SET_DEST (scanbody)) == PC) in arm_final_prescan_insn()
11815 if (GET_CODE (SET_SRC (scanbody)) == LABEL_REF in arm_final_prescan_insn()
11816 && XEXP (SET_SRC (scanbody), 0) == label && !reverse) in arm_final_prescan_insn()
11821 else if (GET_CODE (SET_SRC (scanbody)) == IF_THEN_ELSE) in arm_final_prescan_insn()
11826 else if (GET_CODE (scanbody) == RETURN in arm_final_prescan_insn()
11830 else if (GET_CODE (scanbody) == RETURN in arm_final_prescan_insn()
11836 else if (GET_CODE (scanbody) == PARALLEL) in arm_final_prescan_insn()
[all …]
/freebsd-9-stable/contrib/gcc/
DChangeLog-19989691 * arm.c (final_prescan_insn): Only initialize scanbody if the insn