Searched refs:and_expr_var (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2515 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2385 tree cond_var, and_expr_var = NULL_TREE; in add_condition_to_bb() local 2427 if (and_expr_var == NULL) in add_condition_to_bb() 2428 and_expr_var = cond_var; in add_condition_to_bb() 2434 assign_stmt = gimple_build_assign (and_expr_var, in add_condition_to_bb() 2436 cond_var, and_expr_var)); in add_condition_to_bb() 2444 if_else_stmt = gimple_build_cond (GT_EXPR, and_expr_var, in add_condition_to_bb()
|