Searched refs:call_cond_stmt (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-features.cc | 2509 gimple *call_cond_stmt; in add_condition_to_bb() local 2548 call_cond_stmt = gimple_build_call (predicate_decl, 1, predicate_arg); in add_condition_to_bb() 2549 gimple_call_set_lhs (call_cond_stmt, cond_var); in add_condition_to_bb() 2551 gimple_set_block (call_cond_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb() 2552 gimple_set_bb (call_cond_stmt, new_bb); in add_condition_to_bb() 2553 gimple_seq_add_stmt (&gseq, call_cond_stmt); in add_condition_to_bb()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 25072 gimple *call_cond_stmt = gimple_build_call (predicate_decl, 1, predicate_arg); in add_condition_to_bb() local 25073 gimple_call_set_lhs (call_cond_stmt, cond_var); in add_condition_to_bb() 25075 gimple_set_block (call_cond_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb() 25076 gimple_set_bb (call_cond_stmt, new_bb); in add_condition_to_bb() 25077 gimple_seq_add_stmt (&gseq, call_cond_stmt); in add_condition_to_bb()
|