Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-phiopt.c328 basic_block block_to_remove; in replace_phi_edge_with_variable() local
342 block_to_remove = EDGE_SUCC (cond_block, 1)->dest; in replace_phi_edge_with_variable()
352 block_to_remove = EDGE_SUCC (cond_block, 0)->dest; in replace_phi_edge_with_variable()
354 delete_basic_block (block_to_remove); in replace_phi_edge_with_variable()