Searched refs:IPA_PASS (Results 1 – 25 of 39) sorted by relevance
12
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | passes.cc | 848 if (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS) in register_one_dump_file() 1842 if (symtab && current_pass->type == IPA_PASS) in emergency_dump_function() 2280 if (ipa_pass->type == IPA_PASS in execute_ipa_summary_passes() 2384 && passes->get_pass_for_id (j)->type == IPA_PASS in execute_all_ipa_transforms() 2401 && passes->get_pass_for_id (j)->type == IPA_PASS in execute_all_ipa_transforms() 2575 if (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS) in execute_one_pass() 2595 && pass->type != IPA_PASS && pass->type != SIMPLE_IPA_PASS) in execute_one_pass() 2679 if (pass->type == IPA_PASS) in execute_one_pass() 2696 if (pass->type == IPA_PASS in execute_one_pass() 2712 if (pass->type != SIMPLE_IPA_PASS && pass->type != IPA_PASS) in execute_one_pass() [all …]
|
H A D | ipa-comdats.cc | 395 IPA_PASS, /* type */
|
H A D | optinfo-emit-json.cc | 248 case IPA_PASS: in pass_to_json()
|
H A D | ipa.cc | 1318 IPA_PASS, /* type */ 1541 IPA_PASS, /* type */
|
H A D | ipa-visibility.cc | 933 IPA_PASS, /* type */
|
H A D | ipa-profile.cc | 1029 IPA_PASS, /* type */
|
H A D | tree-pass.h | 36 IPA_PASS enumerator
|
H A D | ipa-reference.cc | 1272 IPA_PASS, /* type */
|
H A D | ipa-pure-const.cc | 154 IPA_PASS, /* type */
|
H A D | ipa-devirt.cc | 3964 IPA_PASS, /* type */ 4356 IPA_PASS, /* type */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | passes.c | 801 if (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS) in register_one_dump_file() 2180 if (ipa_pass->type == IPA_PASS in execute_ipa_summary_passes() 2440 if (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS) in execute_one_pass() 2549 if (pass->type == IPA_PASS in execute_one_pass() 2564 if (pass->type != SIMPLE_IPA_PASS && pass->type != IPA_PASS) in execute_one_pass() 2575 if (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS) in execute_one_pass() 2633 gcc_assert (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS); in ipa_write_summaries_2() 2634 if (pass->type == IPA_PASS in ipa_write_summaries_2() 2756 gcc_assert (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS); in ipa_write_optimization_summaries_1() 2757 if (pass->type == IPA_PASS in ipa_write_optimization_summaries_1() [all …]
|
H A D | ipa-comdats.c | 395 IPA_PASS, /* type */
|
H A D | ipa-hsa.c | 290 IPA_PASS, /* type */
|
H A D | optinfo-emit-json.cc | 248 case IPA_PASS: in pass_to_json()
|
H A D | ipa.c | 1315 IPA_PASS, /* type */ 1538 IPA_PASS, /* type */
|
H A D | ipa-visibility.c | 933 IPA_PASS, /* type */
|
H A D | ipa-profile.c | 1042 IPA_PASS, /* type */
|
H A D | tree-pass.h | 36 IPA_PASS enumerator
|
H A D | ipa-reference.c | 1268 IPA_PASS, /* type */
|
H A D | ipa-pure-const.c | 152 IPA_PASS, /* type */
|
H A D | ipa-devirt.c | 3940 IPA_PASS, /* type */ 4324 IPA_PASS, /* type */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | analyzer-pass.cc | 36 IPA_PASS, /* type */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | analyzer-pass.cc | 39 IPA_PASS, /* type */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | frame-header-opt.cc | 52 IPA_PASS, /* type */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | frame-header-opt.c | 52 IPA_PASS, /* type */
|
12