Searched refs:switch_block (Results 1 – 2 of 2) sorted by relevance
478 BasicBlock* switch_block = FindPredecessorBlock(switch_control); in ConnectSwitch() local480 TraceConnect(sw, switch_block, successor_blocks[index]); in ConnectSwitch()482 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
2894 Block* switch_block = in ParseSwitchStatement() local2910 switch_block->statements()->Add(tag_statement, zone()); in ParseSwitchStatement()2915 switch_block->statements()->Add( in ParseSwitchStatement()2953 switch_block->statements()->Add(cases_block, zone()); in ParseSwitchStatement()2955 return switch_block; in ParseSwitchStatement()