Searched refs:ls_expr (Results 1 – 3 of 3) sorted by relevance
445 struct ls_expr struct452 struct ls_expr * next; /* Next in the list. */ argument463 static struct ls_expr * pre_ldst_mems = NULL; argument605 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 …]
467 struct ls_expr struct473 struct ls_expr * next; /* Next in the list. */ argument481 static struct ls_expr * pre_ldst_mems = NULL; argument669 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 …]
6152 * gcse.c (struct ls_expr): Add load/store expressions structure.