Home
last modified time | relevance | path

Searched defs:coalesce_pair (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-coalesce.c50 struct coalesce_pair struct
52 int first_element;
53 int second_element;
54 int cost;
65 int conflict_count;
92 struct coalesce_pair_hasher : nofree_ptr_hash <coalesce_pair> argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-coalesce.c45 typedef struct coalesce_pair struct
51 typedef const struct coalesce_pair *const_coalesce_pair_p; argument