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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 1047 tree bi_call_lhs = gimple_call_lhs (bi_call);
1048 if (!bi_call_lhs)
1050 bi_call_lhs = copy_ssa_name (bi_newcall_lhs);
1051 gimple_call_set_lhs (bi_call, bi_call_lhs);
1052 SSA_NAME_DEF_STMT (bi_call_lhs) = bi_call;
1060 add_phi_arg (new_phi, bi_call_lhs, join_tgt_in_edge_from_call,
1044 tree bi_call_lhs = gimple_call_lhs (bi_call); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 948 tree bi_call_lhs = gimple_call_lhs (bi_call);
949 if (!bi_call_lhs)
951 bi_call_lhs = copy_ssa_name (bi_newcall_lhs);
952 gimple_call_set_lhs (bi_call, bi_call_lhs);
953 SSA_NAME_DEF_STMT (bi_call_lhs) = bi_call;
961 add_phi_arg (new_phi, bi_call_lhs, join_tgt_in_edge_from_call,
945 tree bi_call_lhs = gimple_call_lhs (bi_call); local

Completed in 27 milliseconds