Searched refs:variable_to_replace (Results 1 – 1 of 1) sorted by relevance
133 deref_replacer(const ir_variable *variable_to_replace, ir_rvalue *value) in deref_replacer() argument134 : variable_to_replace(variable_to_replace), value(value), in deref_replacer()137 assert(this->variable_to_replace != NULL); in deref_replacer()145 if ((dv != NULL) && (dv->var == this->variable_to_replace)) { in handle_rvalue()151 const ir_variable *variable_to_replace; member in deref_replacer