Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiopt.c380 basic_block block_to_remove; in replace_phi_edge_with_variable() local
393 block_to_remove = EDGE_SUCC (cond_block, 1)->dest; in replace_phi_edge_with_variable()
402 block_to_remove = EDGE_SUCC (cond_block, 0)->dest; in replace_phi_edge_with_variable()
404 delete_basic_block (block_to_remove); in replace_phi_edge_with_variable()