Lines Matching refs:switch_case
258 if (case_block->switch_case == NULL) { in vtn_add_case()
270 case_block->switch_case = c; in vtn_add_case()
274 case_block->switch_case->is_default = true; in vtn_add_case()
276 util_dynarray_append(&case_block->switch_case->values, uint64_t, val); in vtn_add_case()
315 if (block->switch_case) { in vtn_get_branch_type()
318 swcase->fallthrough == block->switch_case); in vtn_get_branch_type()
319 swcase->fallthrough = block->switch_case; in vtn_get_branch_type()
334 struct vtn_block *start, struct vtn_case *switch_case, in vtn_cfg_walk_blocks() argument
372 vtn_cfg_walk_blocks(b, &loop->body, block, switch_case, NULL, in vtn_cfg_walk_blocks()
390 switch_case, switch_break, in vtn_cfg_walk_blocks()
430 switch_case, switch_break, in vtn_cfg_walk_blocks()
433 switch_case, switch_break, in vtn_cfg_walk_blocks()
452 switch_case, switch_break, in vtn_cfg_walk_blocks()
455 switch_case, switch_break, in vtn_cfg_walk_blocks()
459 vtn_get_branch_type(b, merge_block, switch_case, switch_break, in vtn_cfg_walk_blocks()
562 vtn_assert(case_block->switch_case); in vtn_cfg_walk_blocks()
564 vtn_order_case(swtch, case_block->switch_case); in vtn_cfg_walk_blocks()
568 vtn_get_branch_type(b, break_block, switch_case, NULL, in vtn_cfg_walk_blocks()