Home
last modified time | relevance | path

Searched refs:ls_expr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgcse.c445 struct ls_expr struct
452 struct ls_expr * next; /* Next in the list. */ argument
463 static struct ls_expr * pre_ldst_mems = NULL; argument
605 static struct ls_expr * ldst_entry (rtx);
606 static void free_ldst_entry (struct ls_expr *);
609 static struct ls_expr * find_rtx_in_ldst (rtx);
611 static inline struct ls_expr * first_ls_expr (void);
612 static inline struct ls_expr * next_ls_expr (struct ls_expr *);
632 static int insert_store (struct ls_expr *, edge);
633 static void remove_reachable_equiv_notes (basic_block, struct ls_expr *);
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c467 struct ls_expr struct
473 struct ls_expr * next; /* Next in the list. */ argument
481 static struct ls_expr * pre_ldst_mems = NULL; argument
669 static struct ls_expr * ldst_entry PARAMS ((rtx));
670 static void free_ldst_entry PARAMS ((struct ls_expr *));
673 static struct ls_expr * find_rtx_in_ldst PARAMS ((rtx));
675 static inline struct ls_expr * first_ls_expr PARAMS ((void));
676 static inline struct ls_expr * next_ls_expr PARAMS ((struct ls_expr *));
693 static int insert_store PARAMS ((struct ls_expr *, edge));
695 static void delete_store PARAMS ((struct ls_expr *,
[all …]
H A DChangeLog.56152 * gcse.c (struct ls_expr): Add load/store expressions structure.