Searched refs:current_temp_reg_index (Results 1 – 2 of 2) sorted by relevance
43 current_temp_reg_index(0), in ValuePool()160 current_temp_reg_index = allocate_temp_register(); in get_temp_register()163 return std::make_shared<GPRValue>(current_temp_reg_index, next_temp_reg_comp++); in get_temp_register()
240 int current_temp_reg_index; variable