Searched refs:new_exit_bb (Results 1 – 4 of 4) sorted by relevance
498 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in CloneAndAttachLoopToHeader() local499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader()502 InstructionBuilder builder{context_, new_exit_bb.get()}; in CloneAndAttachLoopToHeader()507 const uint32_t new_merge_block = new_exit_bb->id(); in CloneAndAttachLoopToHeader()541 new_loop->SetMergeBlock(new_exit_bb.get()); in CloneAndAttachLoopToHeader()546 cloning_result->cloned_bb_.push_back(std::move(new_exit_bb)); in CloneAndAttachLoopToHeader()
383 std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(new_label))}; in PartiallyUnrollResidualFactor() local386 uint32_t new_merge_id = new_exit_bb->id(); in PartiallyUnrollResidualFactor()390 blocks_to_add_.push_back(std::move(new_exit_bb)); in PartiallyUnrollResidualFactor()