Home
last modified time | relevance | path

Searched refs:first_thread_allocno (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c148 ira_allocno_t first_thread_allocno; member
1425 && (ALLOCNO_COLOR_DATA (allocno)->first_thread_allocno in update_costs_from_allocno()
1426 != ALLOCNO_COLOR_DATA (another_allocno)->first_thread_allocno)) in update_costs_from_allocno()
2075 && ALLOCNO_COLOR_DATA (t1)->first_thread_allocno == t1 in merge_threads()
2076 && ALLOCNO_COLOR_DATA (t2)->first_thread_allocno == t2); in merge_threads()
2080 ALLOCNO_COLOR_DATA (a)->first_thread_allocno = t1; in merge_threads()
2108 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno; in form_threads_from_copies()
2109 thread2 = ALLOCNO_COLOR_DATA (cp->second)->first_thread_allocno; in form_threads_from_copies()
2124 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno; in form_threads_from_copies()
2145 if (ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno in form_threads_from_copies()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc153 ira_allocno_t first_thread_allocno; member
1437 && (ALLOCNO_COLOR_DATA (allocno)->first_thread_allocno in update_costs_from_allocno()
1438 != ALLOCNO_COLOR_DATA (another_allocno)->first_thread_allocno))) in update_costs_from_allocno()
2328 && ALLOCNO_COLOR_DATA (t1)->first_thread_allocno == t1 in merge_threads()
2329 && ALLOCNO_COLOR_DATA (t2)->first_thread_allocno == t2); in merge_threads()
2333 ALLOCNO_COLOR_DATA (a)->first_thread_allocno = t1; in merge_threads()
2358 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno; in form_threads_from_copies()
2359 thread2 = ALLOCNO_COLOR_DATA (cp->second)->first_thread_allocno; in form_threads_from_copies()
2374 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno; in form_threads_from_copies()
2465 ALLOCNO_COLOR_DATA (a)->first_thread_allocno in init_allocno_threads()
[all …]
H A DChangeLog-20139447 first_thread_allocno, next_thread_allocno, thread_freq.