HomeSort by: relevance | last modified time | path
    Searched refs:coalesce_pair (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-coalesce.cc 50 struct coalesce_pair struct
92 struct coalesce_pair_hasher : nofree_ptr_hash <coalesce_pair>
94 static inline hashval_t hash (const coalesce_pair *);
95 static inline bool equal (const coalesce_pair *, const coalesce_pair *);
101 coalesce_pair_hasher::hash (const coalesce_pair *pair)
113 coalesce_pair_hasher::equal (const coalesce_pair *p1, const coalesce_pair *p2)
135 coalesce_pair **sorted; /* List when sorted. */
240 coalesce_pair *node
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-coalesce.cc 51 struct coalesce_pair struct
93 struct coalesce_pair_hasher : nofree_ptr_hash <coalesce_pair>
95 static inline hashval_t hash (const coalesce_pair *);
96 static inline bool equal (const coalesce_pair *, const coalesce_pair *);
102 coalesce_pair_hasher::hash (const coalesce_pair *pair)
114 coalesce_pair_hasher::equal (const coalesce_pair *p1, const coalesce_pair *p2)
136 coalesce_pair **sorted; /* List when sorted. */
241 coalesce_pair *node
    [all...]
  /src/external/mit/isl/dist/
isl_coalesce.c 4002 static enum isl_change coalesce_pair(int i, int j, function
4071 changed = coalesce_pair(i, j, info);

Completed in 28 milliseconds