Searched refs:phisrc (Results 1 – 6 of 6) sorted by relevance
63 struct instruction *phisrc; in find_dominating_parents() local93 phisrc = alloc_phisrc(one->target, one->type); in find_dominating_parents()94 phisrc->phi_node = insn; in find_dominating_parents()95 insert_last_instruction(parent, phisrc); in find_dominating_parents()96 phi = phisrc->target; in find_dominating_parents()
47 struct instruction *phisrc = phi->def; in remove_phisources() local51 assert(phisrc->phi_node == insn); in remove_phisources()52 if (phisrc->bb != par) in remove_phisources()57 remove_use(&phisrc->src); in remove_phisources()58 phisrc->bb = NULL; in remove_phisources()857 struct instruction *phisrc; in remove_merging_phisrc() local861 phisrc = phi->def; in remove_merging_phisrc()862 if (phisrc->bb == bot) { in remove_merging_phisrc()
332 struct instruction *phisrc = alloc_phisrc(val, var); in ssa_rename_phi() local333 pseudo_t phi = phisrc->target; in ssa_rename_phi()335 insert_last_instruction(par, phisrc); in ssa_rename_phi()
1174 struct instruction *phisrc; in output_fn() local1181 phisrc = phi->def; in output_fn()1182 bref = phisrc->bb->priv; in output_fn()1183 vref = phisrc->src->priv; in output_fn()
1712 struct instruction *phisrc = alloc_phisrc(src, ctype); in insert_phis() local1713 insert_last_instruction(parent, phisrc); in insert_phis()1714 link_phi(node, phisrc->target); in insert_phis()
170 * unssa: eliminate trivial phisrc copies173 * fix superfluous phisrc174 * fix phisrc mixup