Lines Matching refs:temps
610 hash_table *temps) in remap_variables() argument
615 hash_table *temps) in remap_variables() argument
620 this->temps = temps; in remap_variables()
626 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var); in remap_variables()
652 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor
655 remap_visitor v(target, temps); in remap_variables()
686 hash_table *temps = NULL; in move_non_declarations() local
689 temps = hash_table_ctor(0, hash_table_pointer_hash, in move_non_declarations()
709 hash_table_insert(temps, inst, var); in move_non_declarations()
711 remap_variables(inst, target, temps); in move_non_declarations()
721 hash_table_dtor(temps); in move_non_declarations()