Searched refs:pred_rl (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsched-rgn.c2058 struct deps_reg *pred_rl = &pred_deps->reg_last[reg];
2061 succ_rl->uses = concat_INSN_LIST (pred_rl->uses, succ_rl->uses);
2062 succ_rl->sets = concat_INSN_LIST (pred_rl->sets, succ_rl->sets);
2063 succ_rl->clobbers = concat_INSN_LIST (pred_rl->clobbers,
2065 succ_rl->uses_length += pred_rl->uses_length;
2066 succ_rl->clobbers_length += pred_rl->clobbers_length;
2056 struct deps_reg *pred_rl = &pred_deps->reg_last[reg]; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.c2617 struct deps_reg *pred_rl = &pred_deps->reg_last[reg];
2620 succ_rl->uses = concat_INSN_LIST (pred_rl->uses, succ_rl->uses);
2621 succ_rl->sets = concat_INSN_LIST (pred_rl->sets, succ_rl->sets);
2623 = concat_INSN_LIST (pred_rl->implicit_sets, succ_rl->implicit_sets);
2624 succ_rl->clobbers = concat_INSN_LIST (pred_rl->clobbers,
2626 succ_rl->uses_length += pred_rl->uses_length;
2627 succ_rl->clobbers_length += pred_rl->clobbers_length;
2615 struct deps_reg *pred_rl = &pred_deps->reg_last[reg]; local

Completed in 170 milliseconds