Searched refs:fix_phi_nodes (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-switch-conversion.h | 786 void fix_phi_nodes (edge e1f, edge e2f, basic_block bbf);
|
H A D | tree-switch-conversion.c | 787 switch_conversion::fix_phi_nodes (edge e1f, edge e2f, basic_block bbf) in fix_phi_nodes() function 934 fix_phi_nodes (e1f, e2f, bbf); in gen_inbound_check()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-switch-conversion.h | 812 void fix_phi_nodes (edge e1f, edge e2f, basic_block bbf);
|
H A D | tree-switch-conversion.cc | 788 switch_conversion::fix_phi_nodes (edge e1f, edge e2f, basic_block bbf) in fix_phi_nodes() function in switch_conversion 935 fix_phi_nodes (e1f, e2f, bbf); in gen_inbound_check()
|
H A D | ChangeLog.gimple-classes | 1405 (fix_phi_nodes): Likewise. 4277 (fix_phi_nodes): Likewise.
|
H A D | ChangeLog.tuples | 1072 fix_phi_nodes, gen_inbound_check, process_switch, do_switchconv):
|
H A D | ChangeLog-2012 | 18847 * tree-switch-conversion.c (fix_phi_nodes): Likewise. 19439 * tree-switch-conversion.c (fix_phi_nodes): Likewise. 27859 fix_phi_nodes, gen_inbound_check): Pass info around from ...
|
H A D | ChangeLog-2018 | 19060 (fix_phi_nodes): Likewise. 19061 (switch_conversion::fix_phi_nodes): Likewise.
|
H A D | ChangeLog-2017 | 32034 (fix_phi_nodes): Use it for virtual phis. 32490 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
|
H A D | ChangeLog-2009 | 15278 * tree-switch_conversions.c (fix_phi_nodes): Add locations.
|