Searched defs:vtn_construct (Results 1 – 1 of 1) sorted by relevance
99 struct vtn_construct { struct100 enum vtn_construct_type type; argument107 struct vtn_construct *parent; argument109 struct vtn_construct *innermost_loop; argument110 struct vtn_construct *innermost_switch; argument111 struct vtn_construct *innermost_case; argument113 unsigned start_pos;114 unsigned end_pos;138 * vtn_construct_type for an overview. argument140 nir_loop *nloop;[all …]