Home
last modified time | relevance | path

Searched refs:alloc_INSN_LIST (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsched-deps.c336 link = alloc_INSN_LIST (elem, LOG_LINKS (insn));
505 link = alloc_INSN_LIST (insn, *insn_list);
543 deps->last_pending_memory_flush = alloc_INSN_LIST (insn, NULL_RTX);
780 = alloc_INSN_LIST (insn, deps->sched_before_next_call);
1086 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets);
1105 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses);
1113 reg_last->clobbers = alloc_INSN_LIST (insn, reg_last->clobbers);
1122 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets);
1134 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses);
1148 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets);
[all …]
Dlists.c67 alloc_INSN_LIST (val, next) in alloc_INSN_LIST() function
Dgcse.c2425 modify_mem_list[bb] = alloc_INSN_LIST (insn, modify_mem_list[bb]);
2434 alloc_INSN_LIST (insn, canon_modify_mem_list[bb]);
6645 ptr->loads = alloc_INSN_LIST (insn, ptr->loads); in compute_ld_motion_mems()
6665 ptr->stores = alloc_INSN_LIST (insn, ptr->stores); in compute_ld_motion_mems()
6938 ptr->stores = alloc_INSN_LIST (insn, ptr->stores);
7198 AVAIL_STORE_LIST (ptr) = alloc_INSN_LIST (insn, in build_store_vectors()
7205 ANTIC_STORE_LIST (ptr) = alloc_INSN_LIST (insn, in build_store_vectors()
Dsched-rgn.c2425 new = alloc_INSN_LIST (XEXP (copy, 0), new);
2439 new_insns = alloc_INSN_LIST (XEXP (copy_insns, 0), new_insns);
Dexcept.c2563 info->handlers = alloc_INSN_LIST (lp_region->landing_pad, NULL_RTX);
2566 info->handlers = alloc_INSN_LIST (region->label, info->handlers);
Dhaifa-sched.c943 rtx link = alloc_INSN_LIST (insn, insn_queue[next_q]);
Demit-rtl.c3895 eh_stack = alloc_INSN_LIST (insn, eh_stack); in remove_unnecessary_notes()
3915 block_stack = alloc_INSN_LIST (insn, block_stack); in remove_unnecessary_notes()
Drtl.h1677 rtx alloc_INSN_LIST PARAMS ((rtx, rtx));
Dflow.c2838 LOG_LINKS (y) = alloc_INSN_LIST (insn, LOG_LINKS (y));
DChangeLog.210106 (alloc_INSN_LIST): Function to get a free INSN_LIST node.
10114 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
10123 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
DChangeLog.06795 (alloc_INSN_LIST, alloc_EXPR_LIST): New. Change all callers of
/openbsd/src/gnu/gcc/gcc/
Dsched-deps.c519 LOG_LINKS (insn) = alloc_INSN_LIST (elem, LOG_LINKS (insn)); in add_back_dep()
678 link = alloc_INSN_LIST (insn, *insn_list); in add_insn_mem_dependence()
714 deps->last_pending_memory_flush = alloc_INSN_LIST (insn, NULL_RTX); in flush_pending_lists()
782 = alloc_INSN_LIST (insn, deps->sched_before_next_call); in sched_analyze_reg()
1202 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses); in sched_analyze_insn()
1289 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); in sched_analyze_insn()
1308 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses); in sched_analyze_insn()
1316 reg_last->clobbers = alloc_INSN_LIST (insn, reg_last->clobbers); in sched_analyze_insn()
1325 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); in sched_analyze_insn()
1337 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses); in sched_analyze_insn()
[all …]
Dlists.c116 alloc_INSN_LIST (rtx val, rtx next) in alloc_INSN_LIST() function
Dgcse.c1977 modify_mem_list[bb] = alloc_INSN_LIST (insn, modify_mem_list[bb]); in record_last_mem_set_info()
1986 alloc_INSN_LIST (insn, canon_modify_mem_list[bb]); in record_last_mem_set_info()
5303 ptr->loads = alloc_INSN_LIST (insn, ptr->loads); in compute_ld_motion_mems()
5326 ptr->stores = alloc_INSN_LIST (insn, ptr->stores); in compute_ld_motion_mems()
5688 ANTIC_STORE_LIST (ptr) = alloc_INSN_LIST (tmp, in find_moveable_store()
5723 AVAIL_STORE_LIST (ptr) = alloc_INSN_LIST (insn, AVAIL_STORE_LIST (ptr)); in find_moveable_store()
Dddg.c203 rtx link = alloc_INSN_LIST (to->insn, NULL_RTX); in create_ddg_dep_no_link()
Dhaifa-sched.c940 rtx link = alloc_INSN_LIST (insn, insn_queue[next_q]); in queue_insn()
3475 twins = alloc_INSN_LIST (twin, twins); in add_to_speculative_block()
3996 ready_list = alloc_INSN_LIST (consumer, ready_list); in fix_recovery_deps()
Dsched-rgn.c2388 new = alloc_INSN_LIST (XEXP (copy, 0), new); in concat_INSN_LIST()
2401 new_insns = alloc_INSN_LIST (XEXP (copy_insns, 0), new_insns); in concat_insn_mem_list()
Dexcept.c2623 *p_handlers = alloc_INSN_LIST (region->landing_pad, NULL_RTX); in arh_to_landing_pad()
2630 *p_handlers = alloc_INSN_LIST (region->label, *p_handlers); in arh_to_label()
Drtl.h1753 rtx alloc_INSN_LIST (rtx, rtx);
Dflow.c2977 LOG_LINKS (y) = alloc_INSN_LIST (insn, LOG_LINKS (y)); in mark_set_1()