Searched refs:first_use (Results 1 – 1 of 1) sorted by relevance
98 int first_use; /* instruction id of first use (scope begin) */ member268 sorted[ptr].key = regs[idx].first_use; in sort_registers()274 sorted[ptr].key = -regs[idx].first_use; in sort_registers()339 if (mode_inputs ? (inout->last_use <= temp->first_use) in assign_inouts_to_temporaries()340 : (inout->first_use >= temp->last_use)) { in assign_inouts_to_temporaries()539 c->decl[idx].first_use = c->decl[idx].last_use = -1; in etna_compile_pass_check_usage()588 if (reg_desc->first_use == -1) in etna_compile_pass_check_usage()589 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()599 if (reg_desc->first_use == -1) in etna_compile_pass_check_usage()600 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()[all …]