Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c2591 static int simplify_cond_branch(struct instruction *br, struct instruction *def, pseudo_t newcond) in simplify_cond_branch() function
2620 return simplify_cond_branch(insn, def, def->src2); in simplify_branch()
2622 return simplify_cond_branch(insn, def, def->src1); in simplify_branch()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst660 * avoid useless deref in simplify_cond_branch()
662 * remove unused arg in simplify_cond_branch()