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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 3936 tree phi_res = copy_ssa_name (vdef); local
3937 gphi *new_phi = create_phi_node (phi_res, bb3);
3938 replace_uses_by (vdef, phi_res);
tree-vect-loop.cc 6945 tree phi_res = PHI_RESULT (USE_STMT (use_p)); local
6947 FOR_EACH_IMM_USE_FAST (phi_use_p, phi_imm_iter, phi_res)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 3931 tree phi_res = copy_ssa_name (vdef); local
3932 gphi *new_phi = create_phi_node (phi_res, bb3);
3933 replace_uses_by (vdef, phi_res);
tree-vect-stmts.cc 4440 tree phi_res = copy_ssa_name (op); local
4441 gphi *new_phi = create_phi_node (phi_res, loop->header);
4455 = gimple_build_assign (phi_arg, code, phi_res, tcst);
4460 arginfo[i].op = phi_res;
4461 vargs.safe_push (phi_res);
tree-vect-loop.cc 6137 tree phi_res = PHI_RESULT (USE_STMT (use_p)); local
6139 FOR_EACH_IMM_USE_FAST (phi_use_p, phi_imm_iter, phi_res)

Completed in 32 milliseconds