Searched refs:found_class (Results 1 – 2 of 2) sorted by relevance
434 unsigned *found_class = calloc(sizeof(unsigned), ctx->temp_count); in allocate_registers() local480 found_class[dest] = MAX2(found_class[dest], bytes); in allocate_registers()512 lcra_restrict_range(l, i, found_class[i]); in allocate_registers()515 free(found_class); in allocate_registers()
213 found_class = False235 found_class = True248 if not found_src or not found_tgt or not found_class or not found_access: