HomeSort by: relevance | last modified time | path
    Searched defs:st_expr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
store-motion.cc 48 - pattern_regs in st_expr should be a regset (on its own obstack).
50 - there should be an alloc pool for struct st_expr objects.
51 - investigate whether it is helpful to make the address of an st_expr
61 struct st_expr struct
72 struct st_expr * next;
84 static struct st_expr * store_motion_mems = NULL;
103 struct st_expr_hasher : nofree_ptr_hash <st_expr>
105 static inline hashval_t hash (const st_expr *);
106 static inline bool equal (const st_expr *, const st_expr *);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
store-motion.cc 48 - pattern_regs in st_expr should be a regset (on its own obstack).
50 - there should be an alloc pool for struct st_expr objects.
51 - investigate whether it is helpful to make the address of an st_expr
61 struct st_expr struct
72 struct st_expr * next;
84 static struct st_expr * store_motion_mems = NULL;
103 struct st_expr_hasher : nofree_ptr_hash <st_expr>
105 static inline hashval_t hash (const st_expr *);
106 static inline bool equal (const st_expr *, const st_expr *);
    [all...]

Completed in 56 milliseconds