Lines Matching refs:in_mem
1037 mark_jump_label (rtx x, rtx_insn *insn, int in_mem)
1043 mark_jump_label_1 (x, insn, in_mem != 0,
1047 /* Worker function for mark_jump_label. IN_MEM is TRUE when X occurs
1054 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target)
1078 in_mem = true;
1091 if (!in_mem)
1096 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target);
1104 mark_jump_label_1 (XEXP (x, 0), insn, in_mem, false);
1105 mark_jump_label_1 (XEXP (x, 1), insn, in_mem, true);
1106 mark_jump_label_1 (XEXP (x, 2), insn, in_mem, true);
1162 mark_jump_label_1 (XVECEXP (x, eltnum, i), NULL, in_mem,
1179 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target);
1185 mark_jump_label_1 (XVECEXP (x, i, j), insn, in_mem,