Searched refs:in_assignee (Results 1 – 13 of 13) sorted by relevance
267 const bool was_in_assignee = v->in_assignee; in accept()268 v->in_assignee = false; in accept()270 v->in_assignee = was_in_assignee; in accept()299 v->in_assignee = true; in accept()301 v->in_assignee = false; in accept()331 v->in_assignee = true; in accept()333 v->in_assignee = false; in accept()
100 const bool was_in_assignee = this->in_assignee; in rvalue_visit()101 this->in_assignee = false; in rvalue_visit()103 this->in_assignee = was_in_assignee; in rvalue_visit()
57 class loop_variable *get_or_insert(ir_variable *, bool in_assignee);189 void record_reference(bool in_assignee,
271 loop_variable::record_reference(bool in_assignee, in record_reference() argument275 if (in_assignee) { in record_reference()386 loop_variable_state::get_or_insert(ir_variable *var, bool in_assignee) in get_or_insert() argument392 lv->read_before_write = !in_assignee; in get_or_insert()477 loop_variable *lv = ls->get_or_insert(var, this->in_assignee); in visit()479 lv->record_reference(this->in_assignee, in visit()
131 if (this->in_assignee || *rvalue == NULL) in constant_folding()151 if (this->in_assignee || !*rvalue) in constant_propagation()284 if (this->in_assignee) in visit_leave()
203 bool in_assignee; variable
330 if (this->in_assignee) in visit()442 if (this->in_assignee) in handle_rvalue()
504 this->in_assignee = true; in visit_enter()506 this->in_assignee = false; in visit_enter()
34 this->in_assignee = false; in ir_hierarchical_visitor()
213 if (in_assignee && in_whole_array_copy) in visit()
504 if (this->in_assignee) in handle_rvalue()
201 entry.state = state->in_assignee ? CANT_LOWER : UNKNOWN; in stack_enter()1230 if (in_assignee || ir == NULL) in handle_rvalue()
89 if (this->in_assignee) in visit()