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

/freebsd-10.0-release/contrib/gcc/
H A Dgcse.c5468 #define AVAIL_STORE_LIST(x) ((x)->stores)
5637 -- if the expression is available, it is added as head of AVAIL_STORE_LIST;
5717 if (!AVAIL_STORE_LIST (ptr))
5721 tmp = XEXP (AVAIL_STORE_LIST (ptr), 0);
5744 AVAIL_STORE_LIST (ptr) = alloc_INSN_LIST (insn, AVAIL_STORE_LIST (ptr));
5851 if (!AVAIL_STORE_LIST (ptr))
6076 for (st = AVAIL_STORE_LIST (ptr); st != NULL; st = XEXP (st, 1))
6412 for (i = AVAIL_STORE_LIST (expr); i; i = XEXP (i, 1))
5447 #define AVAIL_STORE_LIST macro

Completed in 128 milliseconds