Searched defs:vtn_loop (Results 1 – 2 of 2) sorted by relevance
152 struct vtn_loop { struct153 struct vtn_cf_node node;156 struct list_head body;161 struct list_head cont_body;163 struct vtn_block *header_block;164 struct vtn_block *cont_block;165 struct vtn_block *break_block;167 SpvLoopControlMask control;
995 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) in vtn_loop_control()1122 struct vtn_loop *vtn_loop = vtn_cf_node_as_loop(node); in vtn_emit_cf_list_structured() local