Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dir.c9 static int nbr_phi_operands(struct instruction *insn) in nbr_phi_operands() function
35 if (bb_list_size(insn->bb->parents) != nbr_phi_operands(insn)) { in check_phi_node()
39 info(insn->pos, "phisrcs: %d", nbr_phi_operands(insn)); in check_phi_node()