Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A 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()
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()
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()
1351 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); in sched_analyze_insn()
1495 = alloc_INSN_LIST (insn, deps->last_pending_memory_flush); in sched_analyze()
[all …]
H A Dlists.c116 alloc_INSN_LIST (rtx val, rtx next) in alloc_INSN_LIST() function
H A 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()
H A Dddg.c203 rtx link = alloc_INSN_LIST (to->insn, NULL_RTX); in create_ddg_dep_no_link()
H A 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()
H A 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()
H A 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()
H A Drtl.h1767 rtx alloc_INSN_LIST (rtx, rtx);
H A Dflow.c2977 LOG_LINKS (y) = alloc_INSN_LIST (insn, LOG_LINKS (y)); in mark_set_1()
H A DChangeLog-199910106 (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
H A DChangeLog-20069478 (alloc_INSN_LIST): Assert that the list we're working on is indeed
H A DChangeLog-199815374 (alloc_INSN_LIST, alloc_EXPR_LIST): New. Change all callers of