Searched defs:vtn_loop (Results 1 – 2 of 2) sorted by relevance
134 struct vtn_loop { struct135 struct vtn_cf_node node;138 struct list_head body;143 struct list_head cont_body;145 SpvLoopControlMask control;
768 struct vtn_loop *vtn_loop = (struct vtn_loop *)node; in vtn_emit_cf_list() local