HomeSort by: relevance | last modified time | path
    Searched defs:e1f (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 828 /* Add values to phi nodes in final_bb for the two new edges. E1F is the edge
834 switch_conversion::fix_phi_nodes (edge e1f, edge e2f, basic_block bbf)
851 add_phi_arg (phi, inbound, e1f, UNKNOWN_LOCATION);
876 edge e01 = NULL, e02, e21, e1d, e1f, e2f;
959 e1f = make_edge (bb1, bbf, EDGE_FALLTHRU);
960 e1f->probability = profile_probability::always ();
974 bbf->count = e1f->count () + e2f->count ();
981 fix_phi_nodes (e1f, e2f, bbf);
875 edge e01 = NULL, e02, e21, e1d, e1f, e2f; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.cc 783 /* Add values to phi nodes in final_bb for the two new edges. E1F is the edge
789 switch_conversion::fix_phi_nodes (edge e1f, edge e2f, basic_block bbf)
806 add_phi_arg (phi, inbound, e1f, UNKNOWN_LOCATION);
831 edge e01 = NULL, e02, e21, e1d, e1f, e2f;
914 e1f = make_edge (bb1, bbf, EDGE_FALLTHRU);
915 e1f->probability = profile_probability::always ();
929 bbf->count = e1f->count () + e2f->count ();
936 fix_phi_nodes (e1f, e2f, bbf);
830 edge e01 = NULL, e02, e21, e1d, e1f, e2f; local

Completed in 20 milliseconds