Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsimplify.c1622 static int simplify_cond_branch(struct instruction *br, struct instruction *def, pseudo_t newcond) in simplify_cond_branch() function
1662 return simplify_cond_branch(insn, def, def->src2); in simplify_branch()
1664 return simplify_cond_branch(insn, def, def->src1); in simplify_branch()