Searched refs:phi_src (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | unssa.c | 90 src = def->phi_src; in replace_phi_node()
|
H A D | simplify.c | 110 p1 = array[0]->phi_src; in if_convert_phi() 112 p2 = array[1]->phi_src; in if_convert_phi() 204 src = def->phi_src; // bypass OP_PHISRC & get the real source in trivial_phi() 337 kill_use(&insn->phi_src); in kill_insn() 1787 if (dead_insn(insn, &insn->phi_src, NULL, NULL)) in simplify_instruction()
|
H A D | flow.c | 385 new = first_pseudo(dominators)->def->phi_src; in rewrite_load_instruction() 387 if (new != phi->def->phi_src) in rewrite_load_instruction()
|
H A D | linearize.h | 110 pseudo_t phi_src; member
|
H A D | liveness.c | 108 USES(phi_src); in track_instruction_usage()
|
H A D | sparse-llvm.c | 835 v = get_operand(fn, insn->type, insn->phi_src); in output_op_phisrc()
|
H A D | linearize.c | 405 buf += sprintf(buf, "%s <- %s ", show_pseudo(insn->target), show_pseudo(insn->phi_src)); in show_instruction() 853 use_pseudo(insn, pseudo, &insn->phi_src); in alloc_phisrc()
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 363 * .phi_src: operand (type must be compatible with .target, alias .src)
|