Home
last modified time | relevance | path

Searched refs:get_constraint_for_address_of (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c3457 get_constraint_for_address_of (tree t, vec<ce_s> *results) in get_constraint_for_address_of() function
3530 get_constraint_for_address_of (TREE_OPERAND (t, 0), results); in get_constraint_for_1()
4091 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_rhs_call()
4196 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_const_call()
4289 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_pure_call()
4908 get_constraint_for_address_of (lhsop, &rhsc); in find_func_aliases_for_call()
5212 get_constraint_for_address_of (lhs, &rhsc); in find_func_clobbers()
5241 get_constraint_for_address_of (rhs, &rhsc); in find_func_clobbers()
5445 get_constraint_for_address_of (arg, &rhsc); in find_func_clobbers()
6303 get_constraint_for_address_of (ref->referred->decl, &rhsc); in create_variable_info_for()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc3464 get_constraint_for_address_of (tree t, vec<ce_s> *results) in get_constraint_for_address_of() function
3537 get_constraint_for_address_of (TREE_OPERAND (t, 0), results); in get_constraint_for_1()
4336 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_rhs_call()
5032 get_constraint_for_address_of (lhsop, &rhsc); in find_func_aliases_for_call()
5336 get_constraint_for_address_of (lhs, &rhsc); in find_func_clobbers()
5365 get_constraint_for_address_of (rhs, &rhsc); in find_func_clobbers()
5569 get_constraint_for_address_of (arg, &rhsc); in find_func_clobbers()
6427 get_constraint_for_address_of (ref->referred->decl, &rhsc); in create_variable_info_for()
H A DChangeLog-200919393 * tree-ssa-structalias.c (get_constraint_for_address_of): New
H A DChangeLog-201014053 (get_constraint_for_address_of): Adjust.