Searched refs:bound_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira-conflicts.c362 bool *bound_p)
374 || bound_p[i]
394 bool bound_p[MAX_RECOG_OPERANDS];
419 bound_p[i] = false;
427 bound_p[n] = true;
451 bound_p);
359 process_reg_shuffles(rtx_insn *insn, rtx reg, int op_num, int freq, bool *bound_p) argument
392 bool bound_p[MAX_RECOG_OPERANDS]; local
H A Dtree-ssa-loop-ivopts.c1771 tree *var_p, *bound_p; local
1776 &var_p, &bound_p, &var_iv, &bound_iv);
1780 find_interesting_uses_op (data, *bound_p);
1787 record_group_use (data, bound_p, bound_iv, stmt, USE_COMPARE, NULL_TREE);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira-conflicts.cc416 bool *bound_p)
428 || bound_p[i]
448 bool bound_p[MAX_RECOG_OPERANDS];
473 bound_p[i] = false;
482 bound_p[n] = true;
507 process_reg_shuffles (insn, operand, i, new_freq, bound_p);
413 process_reg_shuffles(rtx_insn *insn, rtx reg, int op_num, int freq, bool *bound_p) argument
446 bool bound_p[MAX_RECOG_OPERANDS]; local
H A Dtree-ssa-loop-ivopts.cc1770 tree *var_p, *bound_p; local
1775 &var_p, &bound_p, &var_iv, &bound_iv);
1779 find_interesting_uses_op (data, *bound_p);
1786 record_group_use (data, bound_p, bound_iv, stmt, USE_COMPARE, NULL_TREE);

Completed in 222 milliseconds