Home
last modified time | relevance | path

Searched refs:cloned_bb_ (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_utils.cpp511 for (std::unique_ptr<BasicBlock>& basic_block : cloning_result->cloned_bb_) { in CloneAndAttachLoopToHeader()
546 cloning_result->cloned_bb_.push_back(std::move(new_exit_bb)); in CloneAndAttachLoopToHeader()
570 cloning_result->cloned_bb_.emplace_back(new_bb); in CloneLoop()
595 for (std::unique_ptr<BasicBlock>& bb_ref : cloning_result->cloned_bb_) { in CloneLoop()
Dloop_utils.h63 std::vector<std::unique_ptr<BasicBlock>> cloned_bb_; member
Dloop_fission.cpp373 util.GetFunction()->AddBasicBlocks(clone_results.cloned_bb_.begin(), in SplitLoop()
374 clone_results.cloned_bb_.end(), ++it); in SplitLoop()
Dloop_unswitch_pass.cpp388 function_->AddBasicBlocks(clone_result.cloned_bb_.begin(), in PerformUnswitch()
389 clone_result.cloned_bb_.end(), in PerformUnswitch()
Dloop_peeling.cpp55 clone_results->cloned_bb_.begin(), clone_results->cloned_bb_.end(), ++it); in DuplicateAndConnectLoop()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_utils.cpp511 for (std::unique_ptr<BasicBlock>& basic_block : cloning_result->cloned_bb_) { in CloneAndAttachLoopToHeader()
546 cloning_result->cloned_bb_.push_back(std::move(new_exit_bb)); in CloneAndAttachLoopToHeader()
570 cloning_result->cloned_bb_.emplace_back(new_bb); in CloneLoop()
595 for (std::unique_ptr<BasicBlock>& bb_ref : cloning_result->cloned_bb_) { in CloneLoop()
Dloop_utils.h63 std::vector<std::unique_ptr<BasicBlock>> cloned_bb_; member
Dloop_fission.cpp373 util.GetFunction()->AddBasicBlocks(clone_results.cloned_bb_.begin(), in SplitLoop()
374 clone_results.cloned_bb_.end(), ++it); in SplitLoop()
Dloop_unswitch_pass.cpp388 function_->AddBasicBlocks(clone_result.cloned_bb_.begin(), in PerformUnswitch()
389 clone_result.cloned_bb_.end(), in PerformUnswitch()
Dloop_peeling.cpp55 clone_results->cloned_bb_.begin(), clone_results->cloned_bb_.end(), ++it); in DuplicateAndConnectLoop()
/third_party/spirv-tools/source/opt/
Dloop_utils.cpp511 for (std::unique_ptr<BasicBlock>& basic_block : cloning_result->cloned_bb_) { in CloneAndAttachLoopToHeader()
546 cloning_result->cloned_bb_.push_back(std::move(new_exit_bb)); in CloneAndAttachLoopToHeader()
570 cloning_result->cloned_bb_.emplace_back(new_bb); in CloneLoop()
595 for (std::unique_ptr<BasicBlock>& bb_ref : cloning_result->cloned_bb_) { in CloneLoop()
Dloop_utils.h63 std::vector<std::unique_ptr<BasicBlock>> cloned_bb_; member
Dloop_fission.cpp373 util.GetFunction()->AddBasicBlocks(clone_results.cloned_bb_.begin(), in SplitLoop()
374 clone_results.cloned_bb_.end(), ++it); in SplitLoop()
Dloop_unswitch_pass.cpp388 function_->AddBasicBlocks(clone_result.cloned_bb_.begin(), in PerformUnswitch()
389 clone_result.cloned_bb_.end(), in PerformUnswitch()
Dloop_peeling.cpp55 clone_results->cloned_bb_.begin(), clone_results->cloned_bb_.end(), ++it); in DuplicateAndConnectLoop()