Searched refs:last_pending_memory_flush (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c719 add_dependence_list_and_free (insn, &deps->last_pending_memory_flush, 1,
721 deps->last_pending_memory_flush = alloc_INSN_LIST (insn, NULL_RTX);
919 add_dependence_list (insn, deps->last_pending_memory_flush, 1,
1038 for (u = deps->last_pending_memory_flush; u; u = XEXP (u, 1))
1242 add_dependence_list (insn, deps->last_pending_memory_flush, 1,
1502 deps->last_pending_memory_flush
1503 = alloc_INSN_LIST (insn, deps->last_pending_memory_flush);
1734 deps->last_pending_memory_flush = 0;
1753 free_INSN_LIST_list (&deps->last_pending_memory_flush);
H A Dsched-int.h88 rtx last_pending_memory_flush; member in struct:deps
H A Dsched-rgn.c2462 succ_deps->last_pending_memory_flush
2463 = concat_INSN_LIST (pred_deps->last_pending_memory_flush,
2464 succ_deps->last_pending_memory_flush);

Completed in 150 milliseconds