Searched refs:tmp_sets (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sched-deps.c | 984 regset_head tmp_uses, tmp_sets; local 986 INIT_REG_SET (&tmp_sets); 989 (insn, &deps->reg_conditional_sets, &tmp_uses, &tmp_sets); 991 IOR_REG_SET (reg_pending_sets, &tmp_sets); 994 CLEAR_REG_SET (&tmp_sets);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-deps.c | 1189 regset_head tmp_uses, tmp_sets; in sched_analyze_insn() local 1191 INIT_REG_SET (&tmp_sets); in sched_analyze_insn() 1194 (insn, &deps->reg_conditional_sets, &tmp_uses, &tmp_sets); in sched_analyze_insn() 1204 IOR_REG_SET (reg_pending_sets, &tmp_sets); in sched_analyze_insn() 1207 CLEAR_REG_SET (&tmp_sets); in sched_analyze_insn()
|