Searched refs:cond_block (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-phiopt.c | 324 replace_phi_edge_with_variable (basic_block cond_block, in replace_phi_edge_with_variable() argument 335 if (EDGE_SUCC (cond_block, 0)->dest == bb) in replace_phi_edge_with_variable() 337 EDGE_SUCC (cond_block, 0)->flags |= EDGE_FALLTHRU; in replace_phi_edge_with_variable() 340 EDGE_SUCC (cond_block, 0)->count += EDGE_SUCC (cond_block, 1)->count; in replace_phi_edge_with_variable() 342 block_to_remove = EDGE_SUCC (cond_block, 1)->dest; in replace_phi_edge_with_variable() 346 EDGE_SUCC (cond_block, 1)->flags |= EDGE_FALLTHRU; in replace_phi_edge_with_variable() 347 EDGE_SUCC (cond_block, 1)->flags in replace_phi_edge_with_variable() 350 EDGE_SUCC (cond_block, 1)->count += EDGE_SUCC (cond_block, 0)->count; in replace_phi_edge_with_variable() 352 block_to_remove = EDGE_SUCC (cond_block, 0)->dest; in replace_phi_edge_with_variable() 357 bsi = bsi_last (cond_block); in replace_phi_edge_with_variable() [all …]
|