Searched defs:gpir_compiler (Results 1 – 1 of 1) sorted by relevance
394 typedef struct gpir_compiler { struct395 struct list_head block_list;396 int cur_index;399 gpir_node **node_for_ssa;402 gpir_node **node_for_reg;405 gpir_reg **reg_for_ssa;431 } gpir_compiler; argument