Searched refs:TODO_update_ssa_no_phi (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-pass.h252 #define TODO_update_ssa_no_phi (1 << 12) macro
301 | TODO_update_ssa_no_phi \
H A Dtree-into-ssa.c3204 || update_flags == TODO_update_ssa_no_phi
3276 insert_phi_p = (update_flags != TODO_update_ssa_no_phi);
H A Domp-low.c8261 update_ssa (TODO_update_ssa_no_phi);
8338 update_ssa (TODO_update_ssa_no_phi);
8478 update_ssa (TODO_update_ssa_no_phi);
8666 update_ssa (TODO_update_ssa_no_phi);
8727 update_ssa (TODO_update_ssa_no_phi);
H A Dtree-vrp.c6491 update_ssa (TODO_update_ssa_no_phi);

Completed in 202 milliseconds