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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 999 gimple *to_phi = gsi_stmt (gsi_to); local
1001 tree to_arg = PHI_ARG_DEF_FROM_EDGE (to_phi, to);
1030 gphi *to_phi = get_virtual_phi (to->dest); local
1032 set_current_def (PHI_ARG_DEF_FROM_EDGE (to_phi, to),
tree-vect-loop-manip.cc 999 gimple *to_phi = gsi_stmt (gsi_to); local
1001 tree to_arg = PHI_ARG_DEF_FROM_EDGE (to_phi, to);
1030 gphi *to_phi = get_virtual_phi (to->dest); local
1032 set_current_def (PHI_ARG_DEF_FROM_EDGE (to_phi, to),
tree-vect-loop-manip.cc 999 gimple *to_phi = gsi_stmt (gsi_to); local
1001 tree to_arg = PHI_ARG_DEF_FROM_EDGE (to_phi, to);
1030 gphi *to_phi = get_virtual_phi (to->dest); local
1032 set_current_def (PHI_ARG_DEF_FROM_EDGE (to_phi, to),

Completed in 44 milliseconds