/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | function.h | 158 BasicBlock* InsertBasicBlockAfter(std::unique_ptr<BasicBlock>&& new_block, 236 InsertBasicBlockAfter(std::move(block_to_move), ip); in MoveBasicBlockToAfter()
|
D | function.cpp | 202 BasicBlock* Function::InsertBasicBlockAfter( in InsertBasicBlockAfter() function in spvtools::opt::Function
|
D | basic_block.cpp | 248 function_->InsertBasicBlockAfter(std::move(new_block_temp), this); in SplitBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | function.h | 158 BasicBlock* InsertBasicBlockAfter(std::unique_ptr<BasicBlock>&& new_block, 236 InsertBasicBlockAfter(std::move(block_to_move), ip); in MoveBasicBlockToAfter()
|
D | function.cpp | 202 BasicBlock* Function::InsertBasicBlockAfter( in InsertBasicBlockAfter() function in spvtools::opt::Function
|
D | basic_block.cpp | 248 function_->InsertBasicBlockAfter(std::move(new_block_temp), this); in SplitBasicBlock()
|
/third_party/spirv-tools/source/opt/ |
D | function.h | 159 BasicBlock* InsertBasicBlockAfter(std::unique_ptr<BasicBlock>&& new_block, 249 InsertBasicBlockAfter(std::move(block_to_move), ip); in MoveBasicBlockToAfter()
|
D | function.cpp | 202 BasicBlock* Function::InsertBasicBlockAfter( in InsertBasicBlockAfter() function in spvtools::opt::Function
|
D | basic_block.cpp | 248 function_->InsertBasicBlockAfter(std::move(new_block_temp), this); in SplitBasicBlock()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 475 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()
|
D | transformation_add_dead_block.cpp | 156 enclosing_function->InsertBasicBlockAfter(std::move(new_block), in Apply()
|
D | transformation_merge_function_returns.cpp | 522 function->InsertBasicBlockAfter(std::move(outer_loop_header), in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 475 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()
|
D | transformation_add_dead_block.cpp | 156 enclosing_function->InsertBasicBlockAfter(std::move(new_block), in Apply()
|
D | transformation_merge_function_returns.cpp | 522 function->InsertBasicBlockAfter(std::move(outer_loop_header), in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 475 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()
|
D | transformation_add_dead_block.cpp | 156 enclosing_function->InsertBasicBlockAfter(std::move(new_block), in Apply()
|
D | transformation_merge_function_returns.cpp | 522 function->InsertBasicBlockAfter(std::move(outer_loop_header), in Apply()
|