Searched refs:insp (Results 1 – 2 of 2) sorted by relevance
1159 rtx insp = BB_HEAD (b); in move_btr_def() local1183 if (LABEL_P (insp)) in move_btr_def()1184 insp = NEXT_INSN (insp); in move_btr_def()1192 insp = BB_END (b); in move_btr_def()1193 for (insp = BB_END (b); ! INSN_P (insp); insp = PREV_INSN (insp)) in move_btr_def()1194 gcc_assert (insp != BB_HEAD (b)); in move_btr_def()1196 if (JUMP_P (insp) || can_throw_internal (insp)) in move_btr_def()1197 insp = PREV_INSN (insp); in move_btr_def()1208 def->insn = emit_insn_after (new_insn, insp); in move_btr_def()1214 INSN_UID (def->insn), INSN_UID (insp)); in move_btr_def()
1882 table_t *insp; in md_assemble() local1904 insp = bsearch (&key, instab, ARRAY_SIZE (instab), in md_assemble()1906 if (!insp) in md_assemble()1910 p = insp->fp (insp->prefix, insp->opcode, p); in md_assemble()