Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dflow.c90 static int rewrite_branch(struct basic_block *bb, in rewrite_branch() function
263 changed |= rewrite_branch(source, &br->bb_true, bb, target); in try_to_simplify_bb()
264 changed |= rewrite_branch(source, &br->bb_false, bb, target); in try_to_simplify_bb()
343 return rewrite_branch(bb, target_p, target, final); in simplify_branch_branch()
678 changed |= rewrite_branch(bb, &insn->bb_false, old, new); in rewrite_parent_branch()
681 changed |= rewrite_branch(bb, &insn->bb_true, old, new); in rewrite_parent_branch()
687 changed |= rewrite_branch(bb, &jmp->target, old, new); in rewrite_parent_branch()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst363 * fix crash in rewrite_branch()