Searched defs:gpir_node (Results 1 – 1 of 1) sorted by relevance
151 typedef struct gpir_node { struct154 gpir_node_type type; argument155 int index;156 char name[16];157 bool printed;158 struct gpir_block *block;162 struct list_head succ_list;164 struct list_head pred_list;188 struct gpir_node *last; argument194 } gpir_node; typedef