Searched refs:variable_to_replace (Results 1 – 1 of 1) sorted by relevance
126 deref_replacer(const ir_variable *variable_to_replace, ir_rvalue *value) in deref_replacer() argument127 : variable_to_replace(variable_to_replace), value(value), in deref_replacer()130 assert(this->variable_to_replace != NULL); in deref_replacer()138 if (dv != NULL && dv->var == this->variable_to_replace) { in handle_rvalue()144 const ir_variable *variable_to_replace; member in __anon875e30470111::deref_replacer