Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-features.cc2515 tree cond_var, and_expr_var = NULL_TREE; in add_condition_to_bb() local
2557 if (and_expr_var == NULL) in add_condition_to_bb()
2558 and_expr_var = cond_var; in add_condition_to_bb()
2564 assign_stmt = gimple_build_assign (and_expr_var, in add_condition_to_bb()
2566 cond_var, and_expr_var)); in add_condition_to_bb()
2574 if_else_stmt = gimple_build_cond (GT_EXPR, and_expr_var, in add_condition_to_bb()