Searched refs:goto_target (Results 1 – 1 of 1) sorted by relevance
897 BasicBlock* goto_target = block_updater_->SplitBasicBlock(); in GotoIfBasicBlock() local901 block_updater_->AddBranch(branch, goto_target, fallthrough_target); in GotoIfBasicBlock()904 block_updater_->AddBranch(branch, fallthrough_target, goto_target); in GotoIfBasicBlock()907 block_updater_->AddNode(control(), goto_target); in GotoIfBasicBlock()908 block_updater_->AddGoto(goto_target, block); in GotoIfBasicBlock()