Searched defs:ppir_compiler (Results 1 – 1 of 1) sorted by relevance
360 typedef struct ppir_compiler { struct361 struct list_head block_list;362 struct hash_table_u64 *blocks;363 int cur_index;364 int cur_instr_index;366 struct list_head reg_list;367 int reg_num;392 } ppir_compiler; argument