Home
last modified time | relevance | path

Searched refs:phi_set (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dssa.c230 PARAMS ((regset phi_set));
1885 regset phi_set = &phi_set_head; in compute_coalesced_reg_partition() local
1897 INIT_REG_SET (phi_set); in compute_coalesced_reg_partition()
1907 CLEAR_REG_SET (phi_set); in compute_coalesced_reg_partition()
1908 mark_phi_and_copy_regs (phi_set); in compute_coalesced_reg_partition()
1911 conflicts = conflict_graph_compute (phi_set, p); in compute_coalesced_reg_partition()
1928 FREE_REG_SET (phi_set); in compute_coalesced_reg_partition()
1964 mark_phi_and_copy_regs (phi_set) in mark_phi_and_copy_regs() argument
1965 regset phi_set; in mark_phi_and_copy_regs()
1991 SET_REGNO_REG_SET (phi_set, reg);
[all …]