Searched refs:wl_moves (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra.h414 extern struct move_list *wl_moves;
H A Dra-rewrite.c90 for (ml = wl_moves; ml; ml = ml->next)
173 for (ml = wl_moves; ml; ml = ml->next)
203 for (ml = wl_moves; ml; ml = ml->next)
1871 for (ml = wl_moves; ml; ml = ml->next)
H A Dra-build.c592 ml->next = wl_moves;
593 wl_moves = ml;
2784 for (ml = wl_moves; ml; ml = ml->next)
3036 wl_moves = NULL;
3230 wl_moves = NULL;
H A Dra.c124 struct move_list *wl_moves; variable in typeref:struct:move_list
H A Dra-debug.c696 for (ml = wl_moves; ml; ml = ml->next)
H A Dra-colorize.c392 Note, that if iterated coalescing is off, then wl_moves doesn't
394 for (ml = wl_moves; ml; ml = ml->next)
2634 for (ml = wl_moves; ml; ml = ml->next)

Completed in 79 milliseconds