Searched refs:insert_phi_p (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-into-ssa.cc | 2538 bool insert_phi_p) in mark_def_interesting() argument 2543 if (insert_phi_p) in mark_def_interesting() 2570 bool insert_phi_p) in mark_use_interesting() argument 2592 if (insert_phi_p) in mark_use_interesting() 2615 prepare_block_for_update_1 (basic_block bb, bool insert_phi_p) in prepare_block_for_update_1() argument 2637 mark_def_interesting (lhs_sym, phi, bb, insert_phi_p); in prepare_block_for_update_1() 2647 mark_use_interesting (lhs_sym, phi, e->src, insert_phi_p); in prepare_block_for_update_1() 2667 mark_use_interesting (sym, stmt, bb, insert_phi_p); in prepare_block_for_update_1() 2676 mark_use_interesting (use, stmt, bb, insert_phi_p); in prepare_block_for_update_1() 2685 mark_def_interesting (sym, stmt, bb, insert_phi_p); in prepare_block_for_update_1() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-into-ssa.c | 2534 bool insert_phi_p) in mark_def_interesting() argument 2539 if (insert_phi_p) in mark_def_interesting() 2566 bool insert_phi_p) in mark_use_interesting() argument 2588 if (insert_phi_p) in mark_use_interesting() 2611 prepare_block_for_update_1 (basic_block bb, bool insert_phi_p) in prepare_block_for_update_1() argument 2633 mark_def_interesting (lhs_sym, phi, bb, insert_phi_p); in prepare_block_for_update_1() 2643 mark_use_interesting (lhs_sym, phi, e->src, insert_phi_p); in prepare_block_for_update_1() 2663 mark_use_interesting (sym, stmt, bb, insert_phi_p); in prepare_block_for_update_1() 2672 mark_use_interesting (use, stmt, bb, insert_phi_p); in prepare_block_for_update_1() 2681 mark_def_interesting (sym, stmt, bb, insert_phi_p); in prepare_block_for_update_1() [all …]
|