Lines Matching refs:switch_case
405 if (target_block->switch_case) {
414 struct vtn_case *switch_case = vtn_cf_node_find_case(cf_parent);
417 vtn_fail_if(switch_case == NULL,
421 /* Because block->switch_case is only set on the entry block for a given
428 vtn_fail_if(target_block->switch_case == switch_case,
432 vtn_fail_if(target_block->switch_case->node.parent !=
433 switch_case->node.parent,
437 vtn_fail_if(switch_case->fallthrough != NULL &&
438 switch_case->fallthrough != target_block->switch_case,
442 switch_case->fallthrough = target_block->switch_case;
502 if (target_block->switch_case)
832 vtn_fail_if(cse->block->switch_case != NULL,
835 cse->block->switch_case = cse;