Home
last modified time | relevance | path

Searched refs:clhs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c3883 int crhs, clhs, llhs, lrhs; in data_subexpression_length() local
3911 clhs = data_subexpression_length (&llhs, in data_subexpression_length()
3915 if (crhs == 0 || clhs == 0) in data_subexpression_length()
3938 clhs = data_subexpression_length (&llhs, in data_subexpression_length()
3942 if (crhs == 0 || clhs == 0) in data_subexpression_length()
3951 clhs = data_subexpression_length (&llhs, in data_subexpression_length()
3955 if (crhs == 0 || clhs == 0) in data_subexpression_length()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc1406 tree clhs = NULL_TREE, crhs = NULL_TREE; in value_replacement() local
1414 clhs = gimple_assign_rhs1 (use_stmt); in value_replacement()
1420 clhs = gimple_cond_lhs (use_stmt); in value_replacement()
1424 && clhs == gimple_phi_result (phi) in value_replacement()