Searched defs:rhsc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-structalias.c | 3608 vec<ce_s> rhsc) in process_all_all_constraints() 3638 auto_vec<ce_s> rhsc; in do_structure_copy() local 3708 make_constraints_to (unsigned id, vec<ce_s> rhsc) in make_constraints_to() 3727 auto_vec<ce_s> rhsc; in make_constraint_to() local 3932 struct constraint_expr rhsc; in handle_rhs_call() local 4032 handle_lhs_call (gcall *stmt, tree lhs, int flags, vec<ce_s> rhsc, in handle_lhs_call() 4097 struct constraint_expr rhsc; in handle_const_call() local 4169 struct constraint_expr rhsc; in handle_pure_call() local 4268 auto_vec<ce_s, 2> rhsc; in find_func_aliases_for_call_arg() local 4297 auto_vec<ce_s, 4> rhsc; in find_func_aliases_for_builtin_call() local [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-structalias.c | 3426 process_all_all_constraints (VEC (ce_s, heap) *lhsc, VEC (ce_s, heap) *rhsc) in process_all_all_constraints() 3523 make_constraints_to (unsigned id, VEC(ce_s, heap) *rhsc) in make_constraints_to() 3738 struct constraint_expr rhsc; in handle_rhs_call() local 3839 handle_lhs_call (gimple stmt, tree lhs, int flags, VEC(ce_s, heap) *rhsc, in handle_lhs_call() 3907 struct constraint_expr rhsc; in handle_const_call() local 3949 struct constraint_expr rhsc; in handle_pure_call() local 4631 struct constraint_expr rhsc, *lhsp; in find_func_aliases() local 5700 struct constraint_expr lhsc, rhsc; in intra_create_variable_infos() local
|