Lines Matching refs:tmpc

4089       auto_vec<ce_s> tmpc;  in handle_rhs_call()  local
4091 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_rhs_call()
4095 FOR_EACH_VEC_ELT (tmpc, i, c) in handle_rhs_call()
4124 struct constraint_expr tmpc; in handle_lhs_call() local
4125 tmpc.var = escaped_id; in handle_lhs_call()
4126 tmpc.offset = 0; in handle_lhs_call()
4127 tmpc.type = SCALAR; in handle_lhs_call()
4128 lhsc.safe_push (tmpc); in handle_lhs_call()
4146 struct constraint_expr tmpc; in handle_lhs_call() local
4159 tmpc.var = vi->id; in handle_lhs_call()
4160 tmpc.offset = 0; in handle_lhs_call()
4161 tmpc.type = ADDRESSOF; in handle_lhs_call()
4162 rhsc.safe_push (tmpc); in handle_lhs_call()
4195 auto_vec<ce_s> tmpc; in handle_const_call() local
4196 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_const_call()
4197 make_constraints_to (uses->id, tmpc); in handle_const_call()
4288 auto_vec<ce_s> tmpc; in handle_pure_call() local
4289 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); in handle_pure_call()
4290 make_constraints_to (uses->id, tmpc); in handle_pure_call()
4491 struct constraint_expr tmpc; in find_func_aliases_for_builtin_call() local
4492 tmpc.var = vi->id; in find_func_aliases_for_builtin_call()
4493 tmpc.offset = 0; in find_func_aliases_for_builtin_call()
4494 tmpc.type = ADDRESSOF; in find_func_aliases_for_builtin_call()
4495 rhsc.safe_push (tmpc); in find_func_aliases_for_builtin_call()
4509 struct constraint_expr tmpc; in find_func_aliases_for_builtin_call() local
4510 tmpc.var = vi->id; in find_func_aliases_for_builtin_call()
4511 tmpc.offset = 0; in find_func_aliases_for_builtin_call()
4512 tmpc.type = ADDRESSOF; in find_func_aliases_for_builtin_call()
4513 rhsc.safe_push (tmpc); in find_func_aliases_for_builtin_call()