Searched defs:vtn_loop (Results 1 – 2 of 2) sorted by relevance
163 struct vtn_loop { struct164 struct vtn_cf_node node;167 struct list_head body;172 struct list_head cont_body;174 struct vtn_block *header_block;175 struct vtn_block *cont_block;176 struct vtn_block *break_block;178 SpvLoopControlMask control;
1046 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) in vtn_loop_control()1186 struct vtn_loop *vtn_loop = vtn_cf_node_as_loop(node); in vtn_emit_cf_list_structured() local