Home
last modified time | relevance | path

Searched defs:bb_false (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c751 …ch(struct entrypoint *ep, pseudo_t cond, struct basic_block *bb_true, struct basic_block *bb_false) in add_branch()
1640 struct basic_block *bb_false; in linearize_short_conditional() local
1669 struct basic_block *bb_true, *bb_false, *merge; in linearize_conditional() local
1763 …entrypoint *ep, struct expression *expr, struct basic_block *bb_true, struct basic_block *bb_false) in linearize_cond_branch()
1806 …entrypoint *ep, struct expression *expr, struct basic_block *bb_true, struct basic_block *bb_false) in linearize_logical_branch()
2414 struct basic_block *bb_true, *bb_false, *endif; in linearize_statement() local
H A Dlinearize.h98 struct basic_block *bb_true, *bb_false; member