HomeSort by: relevance | last modified time | path
    Searched refs:copy_phi_arg_into_existing_phi (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.h 116 extern void copy_phi_arg_into_existing_phi (edge, edge);
tree-cfgcleanup.cc 615 copy_phi_arg_into_existing_phi (succ, s);
tree-ssa-threadupdate.cc 1096 copy_phi_arg_into_existing_phi ((*path)[j - 1]->e, e2);
tree-cfg.cc 6848 copy_phi_arg_into_existing_phi (edge src_e, edge tgt_e) function
7011 copy_phi_arg_into_existing_phi (nexits[0], e);
tree-ssa-phiopt.cc 199 copy_phi_arg_into_existing_phi (e, keep_edge);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 518 copy_phi_arg_into_existing_phi (edge src_e, edge tgt_e) function
1116 copy_phi_arg_into_existing_phi ((*path)[j - 1]->e, e2);

Completed in 32 milliseconds