Searched defs:gpir_node (Results 1 – 1 of 1) sorted by relevance
152 typedef struct gpir_node { struct155 gpir_node_type type; argument156 int index;157 char name[16];158 bool printed;159 struct gpir_block *block;163 struct list_head succ_list;165 struct list_head pred_list;189 struct gpir_node *last; argument195 } gpir_node; typedef