Searched refs:switch_block (Results 1 – 2 of 2) sorted by relevance
545 BasicBlock* switch_block = FindPredecessorBlock(switch_control); in ConnectSwitch() local547 TraceConnect(sw, switch_block, successor_blocks[index]); in ConnectSwitch()549 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
1969 Block* switch_block = factory()->NewBlock(2, false); in RewriteSwitchStatement() local1981 switch_block->statements()->Add(tag_statement, zone()); in RewriteSwitchStatement()1987 switch_block->statements()->Add(cases_block, zone()); in RewriteSwitchStatement()1988 return switch_block; in RewriteSwitchStatement()