OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_thread_allocno
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ira-color.cc
156
ira_allocno_t
next_thread_allocno
;
member in struct:allocno_color_data
2317
for (a = ALLOCNO_COLOR_DATA (a2)->
next_thread_allocno
;;
2318
a = ALLOCNO_COLOR_DATA (a)->
next_thread_allocno
)
2320
for (conflict_a = ALLOCNO_COLOR_DATA (a1)->
next_thread_allocno
;;
2321
conflict_a = ALLOCNO_COLOR_DATA (conflict_a)->
next_thread_allocno
)
2344
for (last = t2, a = ALLOCNO_COLOR_DATA (t2)->
next_thread_allocno
;;
2345
a = ALLOCNO_COLOR_DATA (a)->
next_thread_allocno
)
2352
next = ALLOCNO_COLOR_DATA (t1)->
next_thread_allocno
;
2353
ALLOCNO_COLOR_DATA (t1)->
next_thread_allocno
= t2;
2354
ALLOCNO_COLOR_DATA (last)->
next_thread_allocno
= next
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc
156
ira_allocno_t
next_thread_allocno
;
member in struct:allocno_color_data
2308
for (a = ALLOCNO_COLOR_DATA (a2)->
next_thread_allocno
;;
2309
a = ALLOCNO_COLOR_DATA (a)->
next_thread_allocno
)
2311
for (conflict_a = ALLOCNO_COLOR_DATA (a1)->
next_thread_allocno
;;
2312
conflict_a = ALLOCNO_COLOR_DATA (conflict_a)->
next_thread_allocno
)
2335
for (last = t2, a = ALLOCNO_COLOR_DATA (t2)->
next_thread_allocno
;;
2336
a = ALLOCNO_COLOR_DATA (a)->
next_thread_allocno
)
2343
next = ALLOCNO_COLOR_DATA (t1)->
next_thread_allocno
;
2344
ALLOCNO_COLOR_DATA (t1)->
next_thread_allocno
= t2;
2345
ALLOCNO_COLOR_DATA (last)->
next_thread_allocno
= next
[
all
...]
Completed in 86 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026