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

/freebsd-11.0-release/contrib/gcc/
H A Dgcse.c5467 #define ANTIC_STORE_LIST(x) ((x)->loads)
5633 -- the first anticipatable expression is added into ANTIC_STORE_LIST
5694 if (!ANTIC_STORE_LIST (ptr))
5698 tmp = XEXP (ANTIC_STORE_LIST (ptr), 0);
5709 ANTIC_STORE_LIST (ptr) = alloc_INSN_LIST (tmp,
5710 ANTIC_STORE_LIST (ptr));
5839 if (ANTIC_STORE_LIST (ptr)
5840 && (tmp = XEXP (ANTIC_STORE_LIST (ptr), 0)) == NULL_RTX)
5841 ANTIC_STORE_LIST (ptr) = XEXP (ANTIC_STORE_LIST (pt
5446 #define ANTIC_STORE_LIST macro
[all...]

Completed in 108 milliseconds