Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dflow.c28 static int rewrite_branch(struct basic_block *bb, in rewrite_branch() function
155 changed |= rewrite_branch(source, &br->bb_true, bb, target); in try_to_simplify_bb()
156 changed |= rewrite_branch(source, &br->bb_false, bb, target); in try_to_simplify_bb()
235 return rewrite_branch(bb, target_p, target, final); in simplify_branch_branch()
611 changed |= rewrite_branch(bb, &insn->bb_false, old, new); in rewrite_parent_branch()
614 changed |= rewrite_branch(bb, &insn->bb_true, old, new); in rewrite_parent_branch()
620 changed |= rewrite_branch(bb, &jmp->target, old, new); in rewrite_parent_branch()