Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h786 void fix_phi_nodes (edge e1f, edge e2f, basic_block bbf);
H A Dtree-switch-conversion.c787 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 Dtree-switch-conversion.h812 void fix_phi_nodes (edge e1f, edge e2f, basic_block bbf);
H A Dtree-switch-conversion.cc788 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 DChangeLog.gimple-classes1405 (fix_phi_nodes): Likewise.
4277 (fix_phi_nodes): Likewise.
H A DChangeLog.tuples1072 fix_phi_nodes, gen_inbound_check, process_switch, do_switchconv):
H A DChangeLog-201218847 * 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 DChangeLog-201819060 (fix_phi_nodes): Likewise.
19061 (switch_conversion::fix_phi_nodes): Likewise.
H A DChangeLog-201732034 (fix_phi_nodes): Use it for virtual phis.
32490 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
H A DChangeLog-200915278 * tree-switch_conversions.c (fix_phi_nodes): Add locations.