Searched refs:switch_node (Results 1 – 1 of 1) sorted by relevance
573 Node* switch_node = MakeNode(common()->Switch(succ_count), 1, &index); in Switch() local579 graph()->NewNode(common()->IfValue(case_value), switch_node); in Switch()585 Node* default_node = graph()->NewNode(common()->IfDefault(), switch_node); in Switch()589 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()