Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.cc117 bool is_first_input = true; in simplify_phi_setup() local
135 if (is_first_input) in simplify_phi_setup()
138 is_first_input = false; in simplify_phi_setup()
153 gcc_checking_assert (!is_first_input); in simplify_phi_setup()