Searched refs:insert_phi_p (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-into-ssa.c | 2154 mark_def_interesting (tree var, tree stmt, basic_block bb, bool insert_phi_p) in mark_def_interesting() argument 2159 if (insert_phi_p) in mark_def_interesting() 2185 mark_use_interesting (tree var, tree stmt, basic_block bb, bool insert_phi_p) in mark_use_interesting() argument 2202 if (insert_phi_p) in mark_use_interesting() 2221 prepare_block_for_update (basic_block bb, bool insert_phi_p) in prepare_block_for_update() argument 2241 mark_def_interesting (lhs_sym, phi, bb, insert_phi_p); in prepare_block_for_update() 2252 mark_use_interesting (lhs_sym, phi, e->src, insert_phi_p); in prepare_block_for_update() 2271 mark_use_interesting (use, stmt, bb, insert_phi_p); in prepare_block_for_update() 2280 mark_def_interesting (def, stmt, bb, insert_phi_p); in prepare_block_for_update() 2290 mark_use_interesting (sym, stmt, bb, insert_phi_p); in prepare_block_for_update() [all …]
|