Home
last modified time | relevance | path

Searched refs:block_defs_stack (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-into-ssa.c81 static vec<tree> block_defs_stack; variable
1113 block_defs_stack.safe_push (sym); in register_new_def()
1448 while (block_defs_stack.length () > 0) in after_dom_children()
1468 var = block_defs_stack.pop (); in after_dom_children()
1515 name = block_defs_stack[j]; in dump_defs_stack()
1536 var = block_defs_stack[j]; in dump_defs_stack()
1715 block_defs_stack.reserve (2); in register_new_update_single()
1716 block_defs_stack.quick_push (currdef); in register_new_update_single()
2151 while (block_defs_stack.length () > 0) in after_dom_children()
2187 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1106 block_defs_stack.safe_push (sym); in register_new_def()
1429 while (block_defs_stack.length () > 0) in rewrite_leave_block()
1449 var = block_defs_stack.pop (); in rewrite_leave_block()
1521 name = block_defs_stack[j]; in dump_defs_stack()
1542 var = block_defs_stack[j]; in dump_defs_stack()
1738 block_defs_stack.reserve (2); in register_new_update_single()
1739 block_defs_stack.quick_push (currdef); in register_new_update_single()
2147 while (block_defs_stack.length () > 0) in rewrite_update_leave_block()
2203 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-into-ssa.c100 static vec<tree> block_defs_stack; variable
1143 block_defs_stack.safe_push (sym); in register_new_def()
1476 while (block_defs_stack.length () > 0) in after_dom_children()
1496 var = block_defs_stack.pop (); in after_dom_children()
1543 name = block_defs_stack[j]; in dump_defs_stack()
1564 var = block_defs_stack[j]; in dump_defs_stack()
1743 block_defs_stack.reserve (2); in register_new_update_single()
1744 block_defs_stack.quick_push (currdef); in register_new_update_single()
2158 while (block_defs_stack.length () > 0) in after_dom_children()
2194 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-into-ssa.c81 static vec<tree> block_defs_stack; variable
1113 block_defs_stack.safe_push (sym); in register_new_def()
1448 while (block_defs_stack.length () > 0) in after_dom_children()
1468 var = block_defs_stack.pop (); in after_dom_children()
1515 name = block_defs_stack[j]; in dump_defs_stack()
1536 var = block_defs_stack[j]; in dump_defs_stack()
1715 block_defs_stack.reserve (2); in register_new_update_single()
1716 block_defs_stack.quick_push (currdef); in register_new_update_single()
2151 while (block_defs_stack.length () > 0) in after_dom_children()
2187 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1106 block_defs_stack.safe_push (sym); in register_new_def()
1429 while (block_defs_stack.length () > 0) in rewrite_leave_block()
1449 var = block_defs_stack.pop (); in rewrite_leave_block()
1521 name = block_defs_stack[j]; in dump_defs_stack()
1542 var = block_defs_stack[j]; in dump_defs_stack()
1738 block_defs_stack.reserve (2); in register_new_update_single()
1739 block_defs_stack.quick_push (currdef); in register_new_update_single()
2147 while (block_defs_stack.length () > 0) in rewrite_update_leave_block()
2203 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-into-ssa.c104 static VEC(tree,heap) *block_defs_stack;
973 register_new_def (result, &block_defs_stack); in rewrite_initialize_block()
1091 while (VEC_length (tree, block_defs_stack) > 0) in rewrite_finalize_block()
1093 tree tmp = VEC_pop (tree, block_defs_stack); in rewrite_finalize_block()
1251 VEC_reserve (tree, heap, block_defs_stack, 2); in register_new_update_single()
1252 VEC_quick_push (tree, block_defs_stack, currdef); in register_new_update_single()
1353 while (VEC_length (tree, block_defs_stack) > 0) in rewrite_update_fini_block()
1355 tree var = VEC_pop (tree, block_defs_stack); in rewrite_update_fini_block()
1363 saved_def = VEC_pop (tree, block_defs_stack); in rewrite_update_fini_block()
1609 block_defs_stack = VEC_alloc (tree, heap, 10); in rewrite_blocks()
[all …]
H A DChangeLog-20044542 (tree_ssa_dominator_optimize): Initialize block_defs_stack with
4545 for block_defs_stack.
4549 for block_defs_stack.
4552 for block_defs_stack.
4560 (rewrite_blocks): Initialize block_defs_stack with
12460 * tree-into-ssa.c (block_defs_stack): New toplevel varray.
12465 Push a marker onto the block_defs_stack.
12475 block_defs_stack varray rather than wiping a block local varray.
12480 the block_defs_stack varray.
12482 * tree-ssa-dom.c (block_defs_stack): New toplevel varray.
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-into-ssa.c86 static vec<tree> block_defs_stack; variable
1175 block_defs_stack.safe_push (sym); in register_new_def()
1519 while (block_defs_stack.length () > 0) in after_dom_children()
1539 var = block_defs_stack.pop (); in after_dom_children()
1586 name = block_defs_stack[j]; in dump_defs_stack()
1607 var = block_defs_stack[j]; in dump_defs_stack()
1783 block_defs_stack.reserve (2); in register_new_update_single()
1784 block_defs_stack.quick_push (currdef); in register_new_update_single()
2242 while (block_defs_stack.length () > 0) in after_dom_children()
2275 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-into-ssa.c86 static vec<tree> block_defs_stack; variable
1179 block_defs_stack.safe_push (sym); in register_new_def()
1524 while (block_defs_stack.length () > 0) in after_dom_children()
1544 var = block_defs_stack.pop (); in after_dom_children()
1591 name = block_defs_stack[j]; in dump_defs_stack()
1612 var = block_defs_stack[j]; in dump_defs_stack()
1791 block_defs_stack.reserve (2); in register_new_update_single()
1792 block_defs_stack.quick_push (currdef); in register_new_update_single()
2252 while (block_defs_stack.length () > 0) in after_dom_children()
2288 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1523 while (block_defs_stack.length () > 0) in after_dom_children()
1543 var = block_defs_stack.pop (); in after_dom_children()
1590 name = block_defs_stack[j]; in dump_defs_stack()
1611 var = block_defs_stack[j]; in dump_defs_stack()
1790 block_defs_stack.reserve (2); in register_new_update_single()
1791 block_defs_stack.quick_push (currdef); in register_new_update_single()
2251 while (block_defs_stack.length () > 0) in after_dom_children()
2287 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1178 block_defs_stack.safe_push (sym); in register_new_def()
1519 while (block_defs_stack.length () > 0) in after_dom_children()
1539 var = block_defs_stack.pop (); in after_dom_children()
1586 name = block_defs_stack[j]; in dump_defs_stack()
1607 var = block_defs_stack[j]; in dump_defs_stack()
1786 block_defs_stack.reserve (2); in register_new_update_single()
1787 block_defs_stack.quick_push (currdef); in register_new_update_single()
2247 while (block_defs_stack.length () > 0) in after_dom_children()
2283 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1523 while (block_defs_stack.length () > 0) in after_dom_children()
1543 var = block_defs_stack.pop (); in after_dom_children()
1590 name = block_defs_stack[j]; in dump_defs_stack()
1611 var = block_defs_stack[j]; in dump_defs_stack()
1790 block_defs_stack.reserve (2); in register_new_update_single()
1791 block_defs_stack.quick_push (currdef); in register_new_update_single()
2251 while (block_defs_stack.length () > 0) in after_dom_children()
2287 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-into-ssa.c86 static vec<tree> block_defs_stack; variable
1179 block_defs_stack.safe_push (sym); in register_new_def()
1524 while (block_defs_stack.length () > 0) in after_dom_children()
1544 var = block_defs_stack.pop (); in after_dom_children()
1591 name = block_defs_stack[j]; in dump_defs_stack()
1612 var = block_defs_stack[j]; in dump_defs_stack()
1791 block_defs_stack.reserve (2); in register_new_update_single()
1792 block_defs_stack.quick_push (currdef); in register_new_update_single()
2252 while (block_defs_stack.length () > 0) in after_dom_children()
2288 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1523 while (block_defs_stack.length () > 0) in after_dom_children()
1543 var = block_defs_stack.pop (); in after_dom_children()
1590 name = block_defs_stack[j]; in dump_defs_stack()
1611 var = block_defs_stack[j]; in dump_defs_stack()
1790 block_defs_stack.reserve (2); in register_new_update_single()
1791 block_defs_stack.quick_push (currdef); in register_new_update_single()
2251 while (block_defs_stack.length () > 0) in after_dom_children()
2287 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1515 while (block_defs_stack.length () > 0) in after_dom_children()
1535 var = block_defs_stack.pop (); in after_dom_children()
1582 name = block_defs_stack[j]; in dump_defs_stack()
1603 var = block_defs_stack[j]; in dump_defs_stack()
1782 block_defs_stack.reserve (2); in register_new_update_single()
1783 block_defs_stack.quick_push (currdef); in register_new_update_single()
2243 while (block_defs_stack.length () > 0) in after_dom_children()
2279 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1523 while (block_defs_stack.length () > 0) in after_dom_children()
1543 var = block_defs_stack.pop (); in after_dom_children()
1590 name = block_defs_stack[j]; in dump_defs_stack()
1611 var = block_defs_stack[j]; in dump_defs_stack()
1790 block_defs_stack.reserve (2); in register_new_update_single()
1791 block_defs_stack.quick_push (currdef); in register_new_update_single()
2251 while (block_defs_stack.length () > 0) in after_dom_children()
2287 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1523 while (block_defs_stack.length () > 0) in after_dom_children()
1543 var = block_defs_stack.pop (); in after_dom_children()
1590 name = block_defs_stack[j]; in dump_defs_stack()
1611 var = block_defs_stack[j]; in dump_defs_stack()
1790 block_defs_stack.reserve (2); in register_new_update_single()
1791 block_defs_stack.quick_push (currdef); in register_new_update_single()
2251 while (block_defs_stack.length () > 0) in after_dom_children()
2287 block_defs_stack.create (10); in rewrite_blocks()
[all …]
H A DChangeLog-20044542 (tree_ssa_dominator_optimize): Initialize block_defs_stack with
4545 for block_defs_stack.
4549 for block_defs_stack.
4552 for block_defs_stack.
4560 (rewrite_blocks): Initialize block_defs_stack with
12460 * tree-into-ssa.c (block_defs_stack): New toplevel varray.
12465 Push a marker onto the block_defs_stack.
12475 block_defs_stack varray rather than wiping a block local varray.
12480 the block_defs_stack varray.
12482 * tree-ssa-dom.c (block_defs_stack): New toplevel varray.
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-into-ssa.c86 static vec<tree> block_defs_stack; variable
1179 block_defs_stack.safe_push (sym); in register_new_def()
1524 while (block_defs_stack.length () > 0) in after_dom_children()
1544 var = block_defs_stack.pop (); in after_dom_children()
1591 name = block_defs_stack[j]; in dump_defs_stack()
1612 var = block_defs_stack[j]; in dump_defs_stack()
1791 block_defs_stack.reserve (2); in register_new_update_single()
1792 block_defs_stack.quick_push (currdef); in register_new_update_single()
2252 while (block_defs_stack.length () > 0) in after_dom_children()
2288 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1178 block_defs_stack.safe_push (sym); in register_new_def()
1519 while (block_defs_stack.length () > 0) in after_dom_children()
1539 var = block_defs_stack.pop (); in after_dom_children()
1586 name = block_defs_stack[j]; in dump_defs_stack()
1607 var = block_defs_stack[j]; in dump_defs_stack()
1786 block_defs_stack.reserve (2); in register_new_update_single()
1787 block_defs_stack.quick_push (currdef); in register_new_update_single()
2247 while (block_defs_stack.length () > 0) in after_dom_children()
2283 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1523 while (block_defs_stack.length () > 0) in after_dom_children()
1543 var = block_defs_stack.pop (); in after_dom_children()
1590 name = block_defs_stack[j]; in dump_defs_stack()
1611 var = block_defs_stack[j]; in dump_defs_stack()
1790 block_defs_stack.reserve (2); in register_new_update_single()
1791 block_defs_stack.quick_push (currdef); in register_new_update_single()
2251 while (block_defs_stack.length () > 0) in after_dom_children()
2287 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1178 block_defs_stack.safe_push (sym); in register_new_def()
1519 while (block_defs_stack.length () > 0) in after_dom_children()
1539 var = block_defs_stack.pop (); in after_dom_children()
1586 name = block_defs_stack[j]; in dump_defs_stack()
1607 var = block_defs_stack[j]; in dump_defs_stack()
1786 block_defs_stack.reserve (2); in register_new_update_single()
1787 block_defs_stack.quick_push (currdef); in register_new_update_single()
2247 while (block_defs_stack.length () > 0) in after_dom_children()
2283 block_defs_stack.create (10); in rewrite_blocks()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1515 while (block_defs_stack.length () > 0) in after_dom_children()
1535 var = block_defs_stack.pop (); in after_dom_children()
1582 name = block_defs_stack[j]; in dump_defs_stack()
1603 var = block_defs_stack[j]; in dump_defs_stack()
1782 block_defs_stack.reserve (2); in register_new_update_single()
1783 block_defs_stack.quick_push (currdef); in register_new_update_single()
2243 while (block_defs_stack.length () > 0) in after_dom_children()
2279 block_defs_stack.create (10); in rewrite_blocks()
[all …]
H A DChangeLog-20044542 (tree_ssa_dominator_optimize): Initialize block_defs_stack with
4545 for block_defs_stack.
4549 for block_defs_stack.
4552 for block_defs_stack.
4560 (rewrite_blocks): Initialize block_defs_stack with
12460 * tree-into-ssa.c (block_defs_stack): New toplevel varray.
12465 Push a marker onto the block_defs_stack.
12475 block_defs_stack varray rather than wiping a block local varray.
12480 the block_defs_stack varray.
12482 * tree-ssa-dom.c (block_defs_stack): New toplevel varray.
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-into-ssa.c85 static vec<tree> block_defs_stack; variable
1174 block_defs_stack.safe_push (sym); in register_new_def()
1515 while (block_defs_stack.length () > 0) in after_dom_children()
1535 var = block_defs_stack.pop (); in after_dom_children()
1582 name = block_defs_stack[j]; in dump_defs_stack()
1603 var = block_defs_stack[j]; in dump_defs_stack()
1782 block_defs_stack.reserve (2); in register_new_update_single()
1783 block_defs_stack.quick_push (currdef); in register_new_update_single()
2243 while (block_defs_stack.length () > 0) in after_dom_children()
2279 block_defs_stack.create (10); in rewrite_blocks()
[all …]

123