Home
last modified time | relevance | path

Searched refs:type_preserved (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dipa-prop.h123 unsigned type_preserved : 1; member
144 unsigned type_preserved : 1; member
290 return jfunc->value.pass_through.type_preserved; in ipa_get_jf_pass_through_type_preserved()
336 return jfunc->value.ancestor.type_preserved; in ipa_get_jf_ancestor_type_preserved()
H A Dipa-prop.c454 bool agg_preserved, bool type_preserved) in ipa_set_jf_simple_pass_through() argument
461 jfunc->value.pass_through.type_preserved = type_preserved; in ipa_set_jf_simple_pass_through()
483 bool type_preserved) in ipa_set_ancestor_jf() argument
486 type_preserved = false; in ipa_set_ancestor_jf()
487 gcc_assert (!type_preserved in ipa_set_ancestor_jf()
496 jfunc->value.ancestor.type_preserved = type_preserved; in ipa_set_ancestor_jf()
2367 dst->value.ancestor.type_preserved &= in update_jump_functions_after_inlining()
2368 src->value.pass_through.type_preserved; in update_jump_functions_after_inlining()
2377 src->value.ancestor.type_preserved; in update_jump_functions_after_inlining()
4324 type_preserved); in ipa_read_jump_function()
[all …]
H A DChangeLog-201321341 * ipa-prop.h (ipa_pass_through_data): New field type_preserved.
21347 * ipa-cp.c (ipa_get_jf_pass_through_result): Honor type_preserved flag.
21352 type_preserved flag.
21354 (ipa_set_jf_simple_pass_through): Set the type_preserved flag.
21357 (compute_complex_assign_jump_func): Set type_preserved instead of
21360 (combine_known_type_and_ancestor_jfs): Honor type_preserved.
21361 (update_jump_functions_after_inlining): Update type_preserved.
21363 (ipa_write_jump_function): Stream the type_preserved flags.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dipa-cp.c1160 bool type_preserved = true; in ipa_context_from_jfunc() local
1165 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1170 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1193 if (!type_preserved) in ipa_context_from_jfunc()
1513 bool type_preserved = true; in propagate_context_accross_jump_function() local
1535 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_accross_jump_function()
1540 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_accross_jump_function()
1556 if (!type_preserved) in propagate_context_accross_jump_function()
H A DChangeLog-201321341 * ipa-prop.h (ipa_pass_through_data): New field type_preserved.
21347 * ipa-cp.c (ipa_get_jf_pass_through_result): Honor type_preserved flag.
21352 type_preserved flag.
21354 (ipa_set_jf_simple_pass_through): Set the type_preserved flag.
21357 (compute_complex_assign_jump_func): Set type_preserved instead of
21360 (combine_known_type_and_ancestor_jfs): Honor type_preserved.
21361 (update_jump_functions_after_inlining): Update type_preserved.
21363 (ipa_write_jump_function): Stream the type_preserved flags.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dipa-cp.c1160 bool type_preserved = true; in ipa_context_from_jfunc() local
1165 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1170 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1193 if (!type_preserved) in ipa_context_from_jfunc()
1513 bool type_preserved = true; in propagate_context_accross_jump_function() local
1535 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_accross_jump_function()
1540 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_accross_jump_function()
1556 if (!type_preserved) in propagate_context_accross_jump_function()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-cp.c1369 bool type_preserved = true; in ipa_context_from_jfunc() local
1374 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1379 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1402 if (!type_preserved) in ipa_context_from_jfunc()
1725 bool type_preserved = true; in propagate_context_across_jump_function() local
1747 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1752 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1768 if (!type_preserved) in propagate_context_across_jump_function()
H A DChangeLog-201321341 * ipa-prop.h (ipa_pass_through_data): New field type_preserved.
21347 * ipa-cp.c (ipa_get_jf_pass_through_result): Honor type_preserved flag.
21352 type_preserved flag.
21354 (ipa_set_jf_simple_pass_through): Set the type_preserved flag.
21357 (compute_complex_assign_jump_func): Set type_preserved instead of
21360 (combine_known_type_and_ancestor_jfs): Honor type_preserved.
21361 (update_jump_functions_after_inlining): Update type_preserved.
21363 (ipa_write_jump_function): Stream the type_preserved flags.
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-cp.c1357 bool type_preserved = true; in ipa_context_from_jfunc() local
1362 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1367 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1390 if (!type_preserved) in ipa_context_from_jfunc()
1713 bool type_preserved = true; in propagate_context_across_jump_function() local
1735 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1740 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1756 if (!type_preserved) in propagate_context_across_jump_function()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dipa-cp.c1370 bool type_preserved = true; in ipa_context_from_jfunc() local
1375 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1380 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1403 if (!type_preserved) in ipa_context_from_jfunc()
1726 bool type_preserved = true; in propagate_context_across_jump_function() local
1748 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1753 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1769 if (!type_preserved) in propagate_context_across_jump_function()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-cp.c1369 bool type_preserved = true; in ipa_context_from_jfunc() local
1374 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1379 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1402 if (!type_preserved) in ipa_context_from_jfunc()
1725 bool type_preserved = true; in propagate_context_across_jump_function() local
1747 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1752 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1768 if (!type_preserved) in propagate_context_across_jump_function()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-cp.c1369 bool type_preserved = true; in ipa_context_from_jfunc() local
1374 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1379 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1402 if (!type_preserved) in ipa_context_from_jfunc()
1725 bool type_preserved = true; in propagate_context_across_jump_function() local
1747 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1752 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1768 if (!type_preserved) in propagate_context_across_jump_function()
H A DChangeLog-201321341 * ipa-prop.h (ipa_pass_through_data): New field type_preserved.
21347 * ipa-cp.c (ipa_get_jf_pass_through_result): Honor type_preserved flag.
21352 type_preserved flag.
21354 (ipa_set_jf_simple_pass_through): Set the type_preserved flag.
21357 (compute_complex_assign_jump_func): Set type_preserved instead of
21360 (combine_known_type_and_ancestor_jfs): Honor type_preserved.
21361 (update_jump_functions_after_inlining): Update type_preserved.
21363 (ipa_write_jump_function): Stream the type_preserved flags.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-cp.c1369 bool type_preserved = true; in ipa_context_from_jfunc() local
1374 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1379 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1402 if (!type_preserved) in ipa_context_from_jfunc()
1725 bool type_preserved = true; in propagate_context_across_jump_function() local
1747 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1752 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1768 if (!type_preserved) in propagate_context_across_jump_function()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-cp.c1358 bool type_preserved = true; in ipa_context_from_jfunc() local
1363 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1368 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1391 if (!type_preserved) in ipa_context_from_jfunc()
1714 bool type_preserved = true; in propagate_context_across_jump_function() local
1736 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1741 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1757 if (!type_preserved) in propagate_context_across_jump_function()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-cp.c1357 bool type_preserved = true; in ipa_context_from_jfunc() local
1362 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1367 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1390 if (!type_preserved) in ipa_context_from_jfunc()
1713 bool type_preserved = true; in propagate_context_across_jump_function() local
1735 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1740 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1756 if (!type_preserved) in propagate_context_across_jump_function()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dipa-cp.c1369 bool type_preserved = true; in ipa_context_from_jfunc() local
1374 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1379 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1402 if (!type_preserved) in ipa_context_from_jfunc()
1725 bool type_preserved = true; in propagate_context_across_jump_function() local
1747 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in propagate_context_across_jump_function()
1752 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in propagate_context_across_jump_function()
1768 if (!type_preserved) in propagate_context_across_jump_function()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-cp.c1440 bool type_preserved = true; in ipa_context_from_jfunc() local
1445 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1450 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1473 if (!type_preserved) in ipa_context_from_jfunc()
2206 bool type_preserved = true;
2228 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2233 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2249 if (!type_preserved)
H A DChangeLog-201321341 * ipa-prop.h (ipa_pass_through_data): New field type_preserved.
21347 * ipa-cp.c (ipa_get_jf_pass_through_result): Honor type_preserved flag.
21352 type_preserved flag.
21354 (ipa_set_jf_simple_pass_through): Set the type_preserved flag.
21357 (compute_complex_assign_jump_func): Set type_preserved instead of
21360 (combine_known_type_and_ancestor_jfs): Honor type_preserved.
21361 (update_jump_functions_after_inlining): Update type_preserved.
21363 (ipa_write_jump_function): Stream the type_preserved flags.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-cp.c1441 bool type_preserved = true; in ipa_context_from_jfunc() local
1446 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1451 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1474 if (!type_preserved) in ipa_context_from_jfunc()
2207 bool type_preserved = true;
2229 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2234 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2250 if (!type_preserved)
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-cp.c1498 bool type_preserved = true; in ipa_context_from_jfunc() local
1503 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1508 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1531 if (!type_preserved) in ipa_context_from_jfunc()
2251 bool type_preserved = true;
2273 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2278 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2294 if (!type_preserved)
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-cp.c1441 bool type_preserved = true; in ipa_context_from_jfunc() local
1446 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1451 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1474 if (!type_preserved) in ipa_context_from_jfunc()
2207 bool type_preserved = true;
2229 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2234 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2250 if (!type_preserved)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-cp.c1498 bool type_preserved = true; in ipa_context_from_jfunc() local
1503 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1508 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1531 if (!type_preserved) in ipa_context_from_jfunc()
2251 bool type_preserved = true;
2273 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2278 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2294 if (!type_preserved)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-cp.c1498 bool type_preserved = true; in ipa_context_from_jfunc() local
1503 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1508 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1531 if (!type_preserved) in ipa_context_from_jfunc()
2251 bool type_preserved = true;
2273 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2278 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2294 if (!type_preserved)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-cp.c1556 bool type_preserved = true; in ipa_context_from_jfunc() local
1561 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc); in ipa_context_from_jfunc()
1566 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc); in ipa_context_from_jfunc()
1589 if (!type_preserved) in ipa_context_from_jfunc()
2263 bool type_preserved = true;
2285 type_preserved = ipa_get_jf_pass_through_type_preserved (jfunc);
2290 type_preserved = ipa_get_jf_ancestor_type_preserved (jfunc);
2306 if (!type_preserved)

123