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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 343 struct ls_expr
349 struct ls_expr * next; /* Next in the list. */
357 static struct ls_expr * pre_ldst_mems = NULL;
359 struct pre_ldst_expr_hasher : nofree_ptr_hash <ls_expr>
362 static inline hashval_t hash (const ls_expr *);
363 static inline bool equal (const ls_expr *, const ls_expr *);
368 pre_ldst_expr_hasher::hash (const ls_expr *x)
378 pre_ldst_expr_hasher::equal (const ls_expr *ptr1,
379 const ls_expr *ptr2
342 struct ls_expr struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 343 struct ls_expr
349 struct ls_expr * next; /* Next in the list. */
357 static struct ls_expr * pre_ldst_mems = NULL;
359 struct pre_ldst_expr_hasher : nofree_ptr_hash <ls_expr>
362 static inline hashval_t hash (const ls_expr *);
363 static inline bool equal (const ls_expr *, const ls_expr *);
368 pre_ldst_expr_hasher::hash (const ls_expr *x)
378 pre_ldst_expr_hasher::equal (const ls_expr *ptr1,
379 const ls_expr *ptr2
342 struct ls_expr struct
    [all...]

Completed in 60 milliseconds