Home
last modified time | relevance | path

Searched refs:InsertBasicBlockAfter (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h158 BasicBlock* InsertBasicBlockAfter(std::unique_ptr<BasicBlock>&& new_block,
236 InsertBasicBlockAfter(std::move(block_to_move), ip); in MoveBasicBlockToAfter()
Dfunction.cpp202 BasicBlock* Function::InsertBasicBlockAfter( in InsertBasicBlockAfter() function in spvtools::opt::Function
Dbasic_block.cpp248 function_->InsertBasicBlockAfter(std::move(new_block_temp), this); in SplitBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h158 BasicBlock* InsertBasicBlockAfter(std::unique_ptr<BasicBlock>&& new_block,
236 InsertBasicBlockAfter(std::move(block_to_move), ip); in MoveBasicBlockToAfter()
Dfunction.cpp202 BasicBlock* Function::InsertBasicBlockAfter( in InsertBasicBlockAfter() function in spvtools::opt::Function
Dbasic_block.cpp248 function_->InsertBasicBlockAfter(std::move(new_block_temp), this); in SplitBasicBlock()
/third_party/spirv-tools/source/opt/
Dfunction.h159 BasicBlock* InsertBasicBlockAfter(std::unique_ptr<BasicBlock>&& new_block,
249 InsertBasicBlockAfter(std::move(block_to_move), ip); in MoveBasicBlockToAfter()
Dfunction.cpp202 BasicBlock* Function::InsertBasicBlockAfter( in InsertBasicBlockAfter() function in spvtools::opt::Function
Dbasic_block.cpp248 function_->InsertBasicBlockAfter(std::move(new_block_temp), this); in SplitBasicBlock()
/third_party/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp475 enclosing_function->InsertBasicBlockAfter(std::move(duplicated_block), in Apply()
478 enclosing_function->InsertBasicBlockAfter(std::move(duplicated_block), in Apply()
623 enclosing_function->InsertBasicBlockAfter(std::move(merge_block), in Apply()
Dtransformation_add_dead_block.cpp156 enclosing_function->InsertBasicBlockAfter(std::move(new_block), in Apply()
Dtransformation_merge_function_returns.cpp522 function->InsertBasicBlockAfter(std::move(outer_loop_header), in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp475 enclosing_function->InsertBasicBlockAfter(std::move(duplicated_block), in Apply()
478 enclosing_function->InsertBasicBlockAfter(std::move(duplicated_block), in Apply()
623 enclosing_function->InsertBasicBlockAfter(std::move(merge_block), in Apply()
Dtransformation_add_dead_block.cpp156 enclosing_function->InsertBasicBlockAfter(std::move(new_block), in Apply()
Dtransformation_merge_function_returns.cpp522 function->InsertBasicBlockAfter(std::move(outer_loop_header), in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp475 enclosing_function->InsertBasicBlockAfter(std::move(duplicated_block), in Apply()
478 enclosing_function->InsertBasicBlockAfter(std::move(duplicated_block), in Apply()
623 enclosing_function->InsertBasicBlockAfter(std::move(merge_block), in Apply()
Dtransformation_add_dead_block.cpp156 enclosing_function->InsertBasicBlockAfter(std::move(new_block), in Apply()
Dtransformation_merge_function_returns.cpp522 function->InsertBasicBlockAfter(std::move(outer_loop_header), in Apply()