Searched defs:lhsc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-structalias.c | 3607 process_all_all_constraints (vec<ce_s> lhsc, in process_all_all_constraints() 3637 auto_vec<ce_s> lhsc; in do_structure_copy() local 4011 struct constraint_expr lhsc, *c; in handle_rhs_call() local 4035 auto_vec<ce_s> lhsc; in handle_lhs_call() local 4296 auto_vec<ce_s, 2> lhsc; in find_func_aliases_for_builtin_call() local 4777 auto_vec<ce_s, 2> lhsc; in find_func_aliases_for_call() local 4832 auto_vec<ce_s, 16> lhsc; in find_func_aliases() local 5004 auto_vec<ce_s, 2> lhsc; in find_func_aliases() local 5062 auto_vec<ce_s, 16> lhsc; in find_func_clobbers() local 5096 struct constraint_expr lhsc, *rhsp; in find_func_clobbers() local
|
/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() 3817 struct constraint_expr lhsc, *c; in handle_rhs_call() local 4726 struct constraint_expr lhsc, *rhsp; in find_func_clobbers() local 5700 struct constraint_expr lhsc, rhsc; in intra_create_variable_infos() local
|