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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 3724 /* Efficiently generates constraints from all entries in *RHSC to all
3729 const vec<ce_s> &rhsc)
3734 if (lhsc.length () <= 1 || rhsc.length () <= 1)
3737 FOR_EACH_VEC_ELT (rhsc, j, rhsp)
3744 FOR_EACH_VEC_ELT (rhsc, i, rhsp)
3759 auto_vec<ce_s> rhsc; local
3763 get_constraint_for_rhs (rhsop, &rhsc);
3765 rhsp = &rhsc[0];
3777 gcc_assert (rhsc.length () == 1);
3780 process_all_all_constraints (lhsc, rhsc);
3848 auto_vec<ce_s> rhsc; local
4492 auto_vec<ce_s, 2> rhsc; local
4521 auto_vec<ce_s, 4> rhsc; local
4702 auto_vec<ce_s> rhsc; local
4709 NULL_TREE, &rhsc); local
4721 get_constraint_for (gimple_call_arg (t, 0), &rhsc); local
4994 auto_vec<ce_s, 16> rhsc; local
5025 auto_vec<ce_s, 2> rhsc; local
5079 get_constraint_for (gimple_call_chain (t), &rhsc); local
5097 auto_vec<ce_s, 16> rhsc; local
5108 get_constraint_for_rhs (gimple_phi_arg_def (t, i), &rhsc); local
5146 gimple_assign_rhs2 (t), &rhsc); local
5156 NULL_TREE, &rhsc); local
5169 NULL_TREE, &rhsc); local
5181 get_constraint_for_rhs (gimple_assign_rhs2 (t), &rhsc); local
5197 NULL_TREE, &rhsc); local
5270 struct constraint_expr rhsc, *lhsp; local
5328 auto_vec<ce_s, 16> rhsc; local
6451 auto_vec<ce_s> rhsc; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 3691 /* Efficiently generates constraints from all entries in *RHSC to all
3696 const vec<ce_s> &rhsc)
3701 if (lhsc.length () <= 1 || rhsc.length () <= 1)
3704 FOR_EACH_VEC_ELT (rhsc, j, rhsp)
3711 FOR_EACH_VEC_ELT (rhsc, i, rhsp)
3726 auto_vec<ce_s> rhsc; local
3730 get_constraint_for_rhs (rhsop, &rhsc);
3732 rhsp = &rhsc[0];
3744 gcc_assert (rhsc.length () == 1);
3747 process_all_all_constraints (lhsc, rhsc);
3815 auto_vec<ce_s> rhsc; local
4460 auto_vec<ce_s, 2> rhsc; local
4489 auto_vec<ce_s, 4> rhsc; local
4670 auto_vec<ce_s> rhsc; local
4677 NULL_TREE, &rhsc); local
4689 get_constraint_for (gimple_call_arg (t, 0), &rhsc); local
4962 auto_vec<ce_s, 16> rhsc; local
4993 auto_vec<ce_s, 2> rhsc; local
5047 get_constraint_for (gimple_call_chain (t), &rhsc); local
5065 auto_vec<ce_s, 16> rhsc; local
5076 get_constraint_for_rhs (gimple_phi_arg_def (t, i), &rhsc); local
5114 gimple_assign_rhs2 (t), &rhsc); local
5124 NULL_TREE, &rhsc); local
5137 NULL_TREE, &rhsc); local
5149 get_constraint_for_rhs (gimple_assign_rhs2 (t), &rhsc); local
5165 NULL_TREE, &rhsc); local
5208 get_constraint_for_rhs (gimple_return_retval (return_stmt), &rhsc); local
5243 struct constraint_expr rhsc, *lhsp; local
5301 auto_vec<ce_s, 16> rhsc; local
6425 auto_vec<ce_s> rhsc; local
    [all...]

Completed in 29 milliseconds