Home
last modified time | relevance | path

Searched refs:phisrc (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dmemops.c63 struct instruction *phisrc; in find_dominating_parents() local
93 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()
H A Dflow.c47 struct instruction *phisrc = phi->def; in remove_phisources() local
51 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() local
861 phisrc = phi->def; in remove_merging_phisrc()
862 if (phisrc->bb == bot) { in remove_merging_phisrc()
H A Dssa.c332 struct instruction *phisrc = alloc_phisrc(val, var); in ssa_rename_phi() local
333 pseudo_t phi = phisrc->target; in ssa_rename_phi()
335 insert_last_instruction(par, phisrc); in ssa_rename_phi()
H A Dsparse-llvm.c1174 struct instruction *phisrc; in output_fn() local
1181 phisrc = phi->def; in output_fn()
1182 bref = phisrc->bb->priv; in output_fn()
1183 vref = phisrc->src->priv; in output_fn()
H A Dlinearize.c255 [OP_PHISOURCE] = "phisrc",
1712 struct instruction *phisrc = alloc_phisrc(src, ctype); in insert_phis() local
1713 insert_last_instruction(parent, phisrc); in insert_phis()
1714 link_phi(node, phisrc->target); in insert_phis()

Completed in 8 milliseconds