Searched refs:get_constraint_for_address_of (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-structalias.c | 3377 get_constraint_for_address_of (tree t, vec<ce_s> *results) in get_constraint_for_address_of() function 3450 get_constraint_for_address_of (TREE_OPERAND (t, 0), results); in get_constraint_for_1() 4012 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_rhs_call() 4117 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_const_call() 4210 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_pure_call() 4801 get_constraint_for_address_of (lhsop, &rhsc); in find_func_aliases_for_call() 5099 get_constraint_for_address_of (lhs, &rhsc); in find_func_clobbers() 5128 get_constraint_for_address_of (rhs, &rhsc); in find_func_clobbers() 5332 get_constraint_for_address_of (arg, &rhsc); in find_func_clobbers() 6165 get_constraint_for_address_of (ref->referred->decl, &rhsc); in create_variable_info_for()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-structalias.c | 3199 get_constraint_for_address_of (tree t, VEC (ce_s, heap) **results) in get_constraint_for_address_of() function 3271 get_constraint_for_address_of (TREE_OPERAND (t, 0), results); in get_constraint_for_1() 3818 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_rhs_call() 4440 get_constraint_for_address_of (lhsop, &rhsc); in find_func_aliases_for_call() 4729 get_constraint_for_address_of (lhs, &rhsc); in find_func_clobbers() 4757 get_constraint_for_address_of (rhs, &rhsc); in find_func_clobbers() 4895 get_constraint_for_address_of (arg, &rhsc); in find_func_clobbers()
|