Searched defs:coalesce_pair (Results 1 – 3 of 3) sorted by relevance
50 struct coalesce_pair struct52 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
4002 static enum isl_change coalesce_pair(int i, int j, in coalesce_pair() function