Searched refs:insn (Results 1 – 3 of 3) sorted by relevance
11 rtx_insn *insn; in arm_pertask_ssp_rtl_execute() local13 for (insn = get_insns(); insn; insn = NEXT_INSN(insn)) { in arm_pertask_ssp_rtl_execute()21 if (!INSN_P(insn)) in arm_pertask_ssp_rtl_execute()23 body = PATTERN(insn); in arm_pertask_ssp_rtl_execute()43 insn); in arm_pertask_ssp_rtl_execute()
270 rtx_insn *insn, *next; in remove_stack_tracking_gcall() local283 for (insn = get_insns(); insn; insn = next) { in remove_stack_tracking_gcall()286 next = NEXT_INSN(insn); in remove_stack_tracking_gcall()289 if (!CALL_P(insn)) in remove_stack_tracking_gcall()297 body = PATTERN(insn); in remove_stack_tracking_gcall()322 delete_insn_and_edges(insn); in remove_stack_tracking_gcall()326 insn = next; in remove_stack_tracking_gcall()327 next = NEXT_INSN(insn); in remove_stack_tracking_gcall()328 delete_insn_and_edges(insn); in remove_stack_tracking_gcall()337 rtx_insn *insn, *next; in remove_stack_tracking_gasm() local[all …]
301 #define INSN_DELETED_P(insn) (insn)->deleted() argument