Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dgcse.c5446 #define ANTIC_STORE_LIST(x) ((x)->loads) macro
5673 if (!ANTIC_STORE_LIST (ptr)) in find_moveable_store()
5677 tmp = XEXP (ANTIC_STORE_LIST (ptr), 0); in find_moveable_store()
5688 ANTIC_STORE_LIST (ptr) = alloc_INSN_LIST (tmp, in find_moveable_store()
5689 ANTIC_STORE_LIST (ptr)); in find_moveable_store()
5818 if (ANTIC_STORE_LIST (ptr) in compute_store_table()
5819 && (tmp = XEXP (ANTIC_STORE_LIST (ptr), 0)) == NULL_RTX) in compute_store_table()
5820 ANTIC_STORE_LIST (ptr) = XEXP (ANTIC_STORE_LIST (ptr), 1); in compute_store_table()
6075 for (st = ANTIC_STORE_LIST (ptr); st != NULL; st = XEXP (st, 1)) in build_store_vectors()
6269 for (last = ANTIC_STORE_LIST (smexpr); in remove_reachable_equiv_notes()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcse.c7140 #define ANTIC_STORE_LIST(x) ((x)->loads) macro
7205 ANTIC_STORE_LIST (ptr) = alloc_INSN_LIST (insn, in build_store_vectors()
7206 ANTIC_STORE_LIST (ptr)); in build_store_vectors()