Lines Matching defs:representatives
987 representatives A and B. */
994 /* The mapping from statement indices to region representatives. */
995 vec <size_t> representatives;
1004 representatives.create (1);
1012 if (idx == 0 || idx == representatives.length () - 1)
1044 while (representatives[rep] != rep)
1045 rep = representatives[rep];
1047 while (representatives[aux] != rep)
1049 size_t tmp = representatives[aux];
1050 representatives[aux] = rep;
1061 representatives[b] = a;
1085 representatives.safe_push (current_region);
1090 representatives.safe_push (current_region);
1102 gcc_assert (representatives.length () == omp_for_loops.length ());