dom_stmt          681 scripts/gcc-plugins/randomize_layout_plugin.c 	gimple dom_stmt;
dom_stmt          692 scripts/gcc-plugins/randomize_layout_plugin.c 	dom_stmt = last_stmt(dom);
dom_stmt          693 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!dom_stmt)
dom_stmt          696 scripts/gcc-plugins/randomize_layout_plugin.c 	if (gimple_code(dom_stmt) != GIMPLE_COND)
dom_stmt          699 scripts/gcc-plugins/randomize_layout_plugin.c 	if (gimple_cond_code(dom_stmt) != NE_EXPR)
dom_stmt          702 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!integer_zerop(gimple_cond_rhs(dom_stmt)))
dom_stmt          705 scripts/gcc-plugins/randomize_layout_plugin.c 	poss_is_err_cond = gimple_cond_lhs(dom_stmt);