Searched defs:vtn_block (Results 1 – 2 of 2) sorted by relevance
217 struct vtn_block { struct218 struct vtn_cf_node node;221 const uint32_t *label;224 const uint32_t *merge;227 const uint32_t *branch;229 enum vtn_branch_type branch_type;237 struct vtn_cf_node *merge_cf_node;261 struct vtn_block *start_block; argument
30 vtn_block(struct vtn_builder *b, uint32_t value_id) in vtn_block() function