Lines Matching refs:lhs_rid

607   region_id lhs_rid = lhs->get_pointee ();  in eval_condition()  local
615 if (lhs_rid == rhs_rid) in eval_condition()
622 if (lhs_rid != rhs_rid) in eval_condition()
630 if (lhs_rid == rhs_rid) in eval_condition()
636 if (lhs_rid == rhs_rid) in eval_condition()
4138 region_id lhs_rid = get_lvalue (lhs, ctxt); in on_assignment() local
4157 if (lhs_rid.null_p ()) in on_assignment()
4169 set_to_new_unknown_value (lhs_rid, TREE_TYPE (lhs), ctxt); in on_assignment()
4200 set_value (lhs_rid, element_ptr_sid, ctxt); in on_assignment()
4210 set_to_new_unknown_value (lhs_rid, TREE_TYPE (lhs), ctxt); in on_assignment()
4218 set_value (lhs_rid, ptr_sid, ctxt); in on_assignment()
4227 set_value (lhs_rid, rhs_sid, ctxt); in on_assignment()
4237 set_value (lhs_rid, cst_sid, ctxt); in on_assignment()
4252 copy_region (lhs_rid, rhs_rid, ctxt); in on_assignment()
4271 set_value (lhs_rid, in on_assignment()
4278 set_to_new_unknown_value (lhs_rid, TREE_TYPE (lhs), ctxt); in on_assignment()
4289 set_to_new_unknown_value (lhs_rid, TREE_TYPE (lhs), ctxt); in on_assignment()
4321 set_value (lhs_rid, result_sid, ctxt); in on_assignment()
4325 set_to_new_unknown_value (lhs_rid, TREE_TYPE (lhs), ctxt); in on_assignment()
4335 set_value (lhs_rid, child_sid, ctxt); in on_assignment()
4355 region_id lhs_rid; in on_call_pre() local
4359 lhs_rid = get_lvalue (lhs, ctxt); in on_call_pre()
4378 if (!lhs_rid.null_p ()) in on_call_pre()
4382 set_value (lhs_rid, ptr_sid, ctxt); in on_call_pre()
4391 if (!lhs_rid.null_p ()) in on_call_pre()
4395 set_value (lhs_rid, ptr_sid, ctxt); in on_call_pre()
4404 if (!lhs_rid.null_p ()) in on_call_pre()
4408 set_value (lhs_rid, sid, ctxt); in on_call_pre()
4420 && !lhs_rid.null_p ()) in on_call_pre()
4428 set_value (lhs_rid, result_sid, ctxt); in on_call_pre()
4459 if (!lhs_rid.null_p ()) in on_call_pre()
4460 set_to_new_unknown_value (lhs_rid, lhs_type, ctxt); in on_call_pre()
4743 region_id lhs_rid = get_lvalue (lhs, ctxt); in on_setjmp() local
4744 set_value (lhs_rid, new_sid, ctxt); in on_setjmp()
4793 region_id lhs_rid = get_lvalue (lhs, ctxt); in on_longjmp() local
4794 set_value (lhs_rid, fake_retval_sid, ctxt); in on_longjmp()
5467 region_model::set_value (region_id lhs_rid, svalue_id rhs_sid, in set_value() argument
5470 gcc_assert (!lhs_rid.null_p ()); in set_value()
5472 get_region (lhs_rid)->set_value (*this, lhs_rid, rhs_sid, ctxt); in set_value()
5481 region_id lhs_rid = get_lvalue (lhs, ctxt); in set_value() local
5483 gcc_assert (!lhs_rid.null_p ()); in set_value()
5485 set_value (lhs_rid, rhs_sid, ctxt); in set_value()