Searched defs:vtn_loop (Results 1 – 2 of 2) sorted by relevance
75 struct vtn_loop { struct76 struct vtn_cf_node node;79 struct list_head body;84 struct list_head cont_body;86 SpvLoopControlMask control;
659 struct vtn_loop *vtn_loop = (struct vtn_loop *)node; in vtn_emit_cf_list() local