Searched defs:vtn_block (Results 1 – 2 of 2) sorted by relevance
227 struct vtn_block { struct228 struct vtn_cf_node node;231 const uint32_t *label;234 const uint32_t *merge;237 const uint32_t *branch;239 enum vtn_branch_type branch_type;247 struct vtn_cf_node *merge_cf_node;271 struct vtn_block *start_block; argument
30 vtn_block(struct vtn_builder *b, uint32_t value_id) in vtn_block() function