Home
last modified time | relevance | path

Searched refs:use_rec (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddce.c308 df_ref *use_rec; in find_call_stack_args() local
312 for (use_rec = DF_INSN_USES (call_insn); *use_rec; use_rec++) in find_call_stack_args()
371 for (use_rec = DF_INSN_USES (call_insn); *use_rec; use_rec++) in find_call_stack_args()
436 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in find_call_stack_args()
520 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in reset_unmarked_insns_debug_uses()
669 *use_rec; use_rec++) in mark_artificial_uses()
688 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in mark_reg_dependencies()
872 df_ref *use_rec; in word_dce_process_block() local
873 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in word_dce_process_block()
879 dead_debug_add (&debug, *use_rec, DF_REF_REGNO (*use_rec)); in word_dce_process_block()
[all …]
H A Dweb.c360 df_ref *use_rec; in web_main() local
361 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
363 df_ref use = *use_rec; in web_main()
367 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in web_main()
369 df_ref use = *use_rec; in web_main()
388 df_ref *use_rec; in web_main() local
390 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
396 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in web_main()
423 df_ref *use_rec; in web_main() local
425 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
[all …]
H A Dregstat.c126 df_ref *use_rec; in regstat_bb_compute_ri() local
148 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in regstat_bb_compute_ri()
150 df_ref use = *use_rec; in regstat_bb_compute_ri()
304 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in regstat_bb_compute_ri()
306 df_ref use = *use_rec; in regstat_bb_compute_ri()
446 df_ref *use_rec; in regstat_bb_compute_calls_crossed() local
459 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in regstat_bb_compute_calls_crossed()
461 df_ref use = *use_rec; in regstat_bb_compute_calls_crossed()
501 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in regstat_bb_compute_calls_crossed()
503 df_ref use = *use_rec; in regstat_bb_compute_calls_crossed()
H A Ddf-problems.c855 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in df_lr_bb_local_compute()
883 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_lr_bb_local_compute()
907 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in df_lr_bb_local_compute()
1994 for (use_rec = df_get_artificial_uses (bb->index); *use_rec; use_rec++) in df_chain_remove_problem()
2008 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_chain_remove_problem()
2010 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in df_chain_remove_problem()
2568 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_word_lr_bb_local_compute()
2779 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_word_lr_simulate_uses()
2905 for (use_rec = DF_INSN_EQ_USES (insn); *use_rec; use_rec++) in df_remove_dead_eq_notes()
3309 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_note_bb_compute()
[all …]
H A Dinit-regs.c72 df_ref *use_rec; in initialize_uninitialized_regs() local
76 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in initialize_uninitialized_regs()
78 df_ref use = *use_rec; in initialize_uninitialized_regs()
H A Dfwprop.c793 df_ref *use_rec; in all_uses_available_at() local
812 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
814 df_ref use = *use_rec; in all_uses_available_at()
818 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
820 df_ref use = *use_rec; in all_uses_available_at()
831 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
833 df_ref use = *use_rec; in all_uses_available_at()
839 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
841 df_ref use = *use_rec; in all_uses_available_at()
865 while (*use_rec) in register_active_defs()
[all …]
H A Dloop-invariant.c829 df_ref *use_rec; in check_dependencies() local
832 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in check_dependencies()
833 if (!check_dependency (bb, *use_rec, depends_on)) in check_dependencies()
835 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in check_dependencies()
836 if (!check_dependency (bb, *use_rec, depends_on)) in check_dependencies()
912 df_ref *use_rec; in record_uses() local
915 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in record_uses()
917 df_ref use = *use_rec; in record_uses()
922 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in record_uses()
924 df_ref use = *use_rec; in record_uses()
H A Dira-lives.c1191 df_ref *def_rec, *use_rec; in process_bb_node_lives() local
1228 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1233 reg = DF_REF_REG (*use_rec); in process_bb_node_lives()
1244 mark_ref_live (*use_rec); in process_bb_node_lives()
1320 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1321 mark_ref_live (*use_rec); in process_bb_node_lives()
1334 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1336 rtx ureg = DF_REF_REG (*use_rec); in process_bb_node_lives()
1343 mark_ref_live (*use_rec); in process_bb_node_lives()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddce.c308 df_ref *use_rec; in find_call_stack_args() local
312 for (use_rec = DF_INSN_USES (call_insn); *use_rec; use_rec++) in find_call_stack_args()
371 for (use_rec = DF_INSN_USES (call_insn); *use_rec; use_rec++) in find_call_stack_args()
436 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in find_call_stack_args()
520 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in reset_unmarked_insns_debug_uses()
669 *use_rec; use_rec++) in mark_artificial_uses()
688 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in mark_reg_dependencies()
855 df_ref *use_rec; in word_dce_process_block() local
856 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in word_dce_process_block()
862 dead_debug_add (&debug, *use_rec, DF_REF_REGNO (*use_rec)); in word_dce_process_block()
[all …]
H A Dweb.c359 df_ref *use_rec; in web_main() local
360 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
362 df_ref use = *use_rec; in web_main()
366 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in web_main()
368 df_ref use = *use_rec; in web_main()
387 df_ref *use_rec; in web_main() local
389 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
395 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in web_main()
422 df_ref *use_rec; in web_main() local
424 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
[all …]
H A Dregstat.c126 df_ref *use_rec; in regstat_bb_compute_ri() local
148 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in regstat_bb_compute_ri()
150 df_ref use = *use_rec; in regstat_bb_compute_ri()
304 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in regstat_bb_compute_ri()
306 df_ref use = *use_rec; in regstat_bb_compute_ri()
446 df_ref *use_rec; in regstat_bb_compute_calls_crossed() local
459 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in regstat_bb_compute_calls_crossed()
461 df_ref use = *use_rec; in regstat_bb_compute_calls_crossed()
501 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in regstat_bb_compute_calls_crossed()
503 df_ref use = *use_rec; in regstat_bb_compute_calls_crossed()
H A Dinit-regs.c72 df_ref *use_rec; in initialize_uninitialized_regs() local
76 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in initialize_uninitialized_regs()
78 df_ref use = *use_rec; in initialize_uninitialized_regs()
H A Ddf-problems.c857 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in df_lr_bb_local_compute()
885 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_lr_bb_local_compute()
909 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in df_lr_bb_local_compute()
1996 for (use_rec = df_get_artificial_uses (bb->index); *use_rec; use_rec++) in df_chain_remove_problem()
2010 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_chain_remove_problem()
2012 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in df_chain_remove_problem()
2570 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_word_lr_bb_local_compute()
2781 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_word_lr_simulate_uses()
2907 for (use_rec = DF_INSN_EQ_USES (insn); *use_rec; use_rec++) in df_remove_dead_eq_notes()
3311 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_note_bb_compute()
[all …]
H A Dfwprop.c795 df_ref *use_rec; in all_uses_available_at() local
814 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
816 df_ref use = *use_rec; in all_uses_available_at()
820 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
822 df_ref use = *use_rec; in all_uses_available_at()
833 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
835 df_ref use = *use_rec; in all_uses_available_at()
841 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
843 df_ref use = *use_rec; in all_uses_available_at()
867 while (*use_rec) in register_active_defs()
[all …]
H A Dloop-invariant.c835 df_ref *use_rec; in check_dependencies() local
838 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in check_dependencies()
839 if (!check_dependency (bb, *use_rec, depends_on)) in check_dependencies()
841 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in check_dependencies()
842 if (!check_dependency (bb, *use_rec, depends_on)) in check_dependencies()
918 df_ref *use_rec; in record_uses() local
921 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in record_uses()
923 df_ref use = *use_rec; in record_uses()
928 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in record_uses()
930 df_ref use = *use_rec; in record_uses()
H A Dira-lives.c1191 df_ref *def_rec, *use_rec; in process_bb_node_lives() local
1228 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1233 reg = DF_REF_REG (*use_rec); in process_bb_node_lives()
1244 mark_ref_live (*use_rec); in process_bb_node_lives()
1320 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1321 mark_ref_live (*use_rec); in process_bb_node_lives()
1334 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1336 rtx ureg = DF_REF_REG (*use_rec); in process_bb_node_lives()
1343 mark_ref_live (*use_rec); in process_bb_node_lives()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddce.c308 df_ref *use_rec; in find_call_stack_args() local
312 for (use_rec = DF_INSN_USES (call_insn); *use_rec; use_rec++) in find_call_stack_args()
371 for (use_rec = DF_INSN_USES (call_insn); *use_rec; use_rec++) in find_call_stack_args()
436 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in find_call_stack_args()
520 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in reset_unmarked_insns_debug_uses()
669 *use_rec; use_rec++) in mark_artificial_uses()
688 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in mark_reg_dependencies()
855 df_ref *use_rec; in word_dce_process_block() local
856 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in word_dce_process_block()
862 dead_debug_add (&debug, *use_rec, DF_REF_REGNO (*use_rec)); in word_dce_process_block()
[all …]
H A Dweb.c350 df_ref *use_rec; in web_main() local
351 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
353 df_ref use = *use_rec; in web_main()
357 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in web_main()
359 df_ref use = *use_rec; in web_main()
378 df_ref *use_rec; in web_main() local
380 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
386 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in web_main()
413 df_ref *use_rec; in web_main() local
415 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in web_main()
[all …]
H A Dregstat.c126 df_ref *use_rec; in regstat_bb_compute_ri() local
148 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in regstat_bb_compute_ri()
150 df_ref use = *use_rec; in regstat_bb_compute_ri()
304 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in regstat_bb_compute_ri()
306 df_ref use = *use_rec; in regstat_bb_compute_ri()
446 df_ref *use_rec; in regstat_bb_compute_calls_crossed() local
459 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in regstat_bb_compute_calls_crossed()
461 df_ref use = *use_rec; in regstat_bb_compute_calls_crossed()
501 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in regstat_bb_compute_calls_crossed()
503 df_ref use = *use_rec; in regstat_bb_compute_calls_crossed()
H A Dinit-regs.c72 df_ref *use_rec; in initialize_uninitialized_regs() local
76 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in initialize_uninitialized_regs()
78 df_ref use = *use_rec; in initialize_uninitialized_regs()
H A Ddf-problems.c857 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in df_lr_bb_local_compute()
885 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_lr_bb_local_compute()
909 for (use_rec = df_get_artificial_uses (bb_index); *use_rec; use_rec++) in df_lr_bb_local_compute()
1996 for (use_rec = df_get_artificial_uses (bb->index); *use_rec; use_rec++) in df_chain_remove_problem()
2010 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_chain_remove_problem()
2012 for (use_rec = DF_INSN_UID_EQ_USES (uid); *use_rec; use_rec++) in df_chain_remove_problem()
2570 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_word_lr_bb_local_compute()
2781 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_word_lr_simulate_uses()
2907 for (use_rec = DF_INSN_EQ_USES (insn); *use_rec; use_rec++) in df_remove_dead_eq_notes()
3311 for (use_rec = DF_INSN_UID_USES (uid); *use_rec; use_rec++) in df_note_bb_compute()
[all …]
H A Dfwprop.c795 df_ref *use_rec; in all_uses_available_at() local
814 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
816 df_ref use = *use_rec; in all_uses_available_at()
820 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
822 df_ref use = *use_rec; in all_uses_available_at()
833 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
835 df_ref use = *use_rec; in all_uses_available_at()
841 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in all_uses_available_at()
843 df_ref use = *use_rec; in all_uses_available_at()
867 while (*use_rec) in register_active_defs()
[all …]
H A Dloop-invariant.c835 df_ref *use_rec; in check_dependencies() local
838 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in check_dependencies()
839 if (!check_dependency (bb, *use_rec, depends_on)) in check_dependencies()
841 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in check_dependencies()
842 if (!check_dependency (bb, *use_rec, depends_on)) in check_dependencies()
918 df_ref *use_rec; in record_uses() local
921 for (use_rec = DF_INSN_INFO_USES (insn_info); *use_rec; use_rec++) in record_uses()
923 df_ref use = *use_rec; in record_uses()
928 for (use_rec = DF_INSN_INFO_EQ_USES (insn_info); *use_rec; use_rec++) in record_uses()
930 df_ref use = *use_rec; in record_uses()
H A Dira-lives.c1191 df_ref *def_rec, *use_rec; in process_bb_node_lives() local
1228 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1233 reg = DF_REF_REG (*use_rec); in process_bb_node_lives()
1244 mark_ref_live (*use_rec); in process_bb_node_lives()
1320 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1321 mark_ref_live (*use_rec); in process_bb_node_lives()
1334 for (use_rec = DF_INSN_USES (insn); *use_rec; use_rec++) in process_bb_node_lives()
1336 rtx ureg = DF_REF_REG (*use_rec); in process_bb_node_lives()
1343 mark_ref_live (*use_rec); in process_bb_node_lives()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/doc/sim/
H A Dsim_control.php115 $p2->use_rec = true;
121 $p->use_rec = true;
138 $p2->use_rec = true;
146 $p2->use_rec = true;
153 $p1->use_rec = true;
157 $p2->use_rec = true;
169 $p2->use_rec = true;
180 $p2->use_rec = true;

12345