Lines Matching refs:temps
613 hash_table *temps) in remap_variables() argument
618 hash_table *temps) in remap_variables() argument
623 this->temps = temps; in remap_variables()
630 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var); in remap_variables()
656 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor
659 remap_visitor v(target, temps); in remap_variables()
690 hash_table *temps = NULL; in move_non_declarations() local
693 temps = hash_table_ctor(0, hash_table_pointer_hash, in move_non_declarations()
713 hash_table_insert(temps, inst, var); in move_non_declarations()
715 remap_variables(inst, target, temps); in move_non_declarations()
725 hash_table_dtor(temps); in move_non_declarations()