Searched refs:scanbody (Results 1 – 2 of 2) sorted by relevance
11723 rtx scanbody; in arm_final_prescan_insn() local11811 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 …]
9691 * arm.c (final_prescan_insn): Only initialize scanbody if the insn