HomeSort by: relevance | last modified time | path
    Searched defs:first_thread_allocno (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 153 ira_allocno_t first_thread_allocno; member in struct:allocno_color_data
1447 && (ALLOCNO_COLOR_DATA (allocno)->first_thread_allocno
1448 != ALLOCNO_COLOR_DATA (another_allocno)->first_thread_allocno)))
2342 && ALLOCNO_COLOR_DATA (t1)->first_thread_allocno == t1
2343 && ALLOCNO_COLOR_DATA (t2)->first_thread_allocno == t2);
2347 ALLOCNO_COLOR_DATA (a)->first_thread_allocno = t1;
2372 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno;
2373 thread2 = ALLOCNO_COLOR_DATA (cp->second)->first_thread_allocno;
2388 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno;
2479 ALLOCNO_COLOR_DATA (a)->first_thread_allocno
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 153 ira_allocno_t first_thread_allocno; member in struct:allocno_color_data
1440 && (ALLOCNO_COLOR_DATA (allocno)->first_thread_allocno
1441 != ALLOCNO_COLOR_DATA (another_allocno)->first_thread_allocno)))
2333 && ALLOCNO_COLOR_DATA (t1)->first_thread_allocno == t1
2334 && ALLOCNO_COLOR_DATA (t2)->first_thread_allocno == t2);
2338 ALLOCNO_COLOR_DATA (a)->first_thread_allocno = t1;
2363 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno;
2364 thread2 = ALLOCNO_COLOR_DATA (cp->second)->first_thread_allocno;
2379 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno;
2470 ALLOCNO_COLOR_DATA (a)->first_thread_allocno
    [all...]

Completed in 29 milliseconds