Home
last modified time | relevance | path

Searched refs:new_exit_block (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp212 auto new_exit_block = MakeUnique<opt::BasicBlock>(std::move(label)); in ForceRenderRed() local
213 new_exit_block->AddInstruction(MakeUnique<opt::Instruction>( in ForceRenderRed()
215 new_exit_block->SetParent(entry_point_function); in ForceRenderRed()
216 entry_point_function->AddBasicBlock(std::move(new_exit_block)); in ForceRenderRed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dforce_render_red.cpp212 auto new_exit_block = MakeUnique<opt::BasicBlock>(std::move(label)); in ForceRenderRed() local
213 new_exit_block->AddInstruction(MakeUnique<opt::Instruction>( in ForceRenderRed()
215 new_exit_block->SetParent(entry_point_function); in ForceRenderRed()
216 entry_point_function->AddBasicBlock(std::move(new_exit_block)); in ForceRenderRed()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp210 auto new_exit_block = MakeUnique<opt::BasicBlock>(std::move(label)); in ForceRenderRed() local
211 new_exit_block->AddInstruction(MakeUnique<opt::Instruction>( in ForceRenderRed()
213 entry_point_function->AddBasicBlock(std::move(new_exit_block)); in ForceRenderRed()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp212 auto new_exit_block = MakeUnique<opt::BasicBlock>(std::move(label)); in ForceRenderRed() local
213 new_exit_block->AddInstruction(MakeUnique<opt::Instruction>( in ForceRenderRed()
215 entry_point_function->AddBasicBlock(std::move(new_exit_block)); in ForceRenderRed()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp212 auto new_exit_block = MakeUnique<opt::BasicBlock>(std::move(label)); in ForceRenderRed() local
213 new_exit_block->AddInstruction(MakeUnique<opt::Instruction>( in ForceRenderRed()
215 entry_point_function->AddBasicBlock(std::move(new_exit_block)); in ForceRenderRed()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dforce_render_red.cpp210 auto new_exit_block = MakeUnique<opt::BasicBlock>(std::move(label)); in ForceRenderRed() local
211 new_exit_block->AddInstruction(MakeUnique<opt::Instruction>( in ForceRenderRed()
213 entry_point_function->AddBasicBlock(std::move(new_exit_block)); in ForceRenderRed()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-parloops.c1727 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1733 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1746 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1750 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1751 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1753 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-parloops.c1731 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1737 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1750 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1754 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1755 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1731 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1737 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1750 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1754 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1755 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1731 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1737 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1750 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1754 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1755 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-parloops.c1734 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1740 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1753 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1757 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1758 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1760 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1731 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1737 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1750 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1754 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1755 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1731 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1737 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1750 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1754 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1755 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-parloops.c1731 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1737 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1750 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1754 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1755 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-parloops.c1727 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1733 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1746 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1750 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1751 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1753 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-parloops.c1734 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1740 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1753 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1757 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1758 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1760 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-parloops.c1735 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
1741 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
1754 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
1758 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1759 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
1761 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()