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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 320 typedef struct cand_chain_d cand_chain, *cand_chain_t;
429 struct cand_chain_hasher : nofree_ptr_hash <cand_chain>
431 static inline hashval_t hash (const cand_chain *);
432 static inline bool equal (const cand_chain *, const cand_chain *);
436 cand_chain_hasher::hash (const cand_chain *p)
443 cand_chain_hasher::equal (const cand_chain *chain1, const cand_chain *chain2)
546 cand_chain mapping_key;
651 cand_chain **slot
319 typedef struct cand_chain_d cand_chain, *cand_chain_t; typedef in typeref:struct:cand_chain_d
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 320 typedef struct cand_chain_d cand_chain, *cand_chain_t;
429 struct cand_chain_hasher : nofree_ptr_hash <cand_chain>
431 static inline hashval_t hash (const cand_chain *);
432 static inline bool equal (const cand_chain *, const cand_chain *);
436 cand_chain_hasher::hash (const cand_chain *p)
443 cand_chain_hasher::equal (const cand_chain *chain1, const cand_chain *chain2)
546 cand_chain mapping_key;
651 cand_chain **slot
319 typedef struct cand_chain_d cand_chain, *cand_chain_t; typedef in typeref:struct:cand_chain_d
    [all...]

Completed in 23 milliseconds