Searched refs:work_stack (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.h249 int *work_stack; member in struct:tree_live_info_d
H A Dtree-ssa-live.c937 live->work_stack = XNEWVEC (int, last_basic_block_for_fn (cfun));
938 live->stack_top = live->work_stack;
961 free (live->work_stack);
1028 while (live->stack_top != live->work_stack)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.h249 int *work_stack; member in struct:tree_live_info_d
H A Dtree-ssa-live.cc992 live->work_stack = XNEWVEC (int, last_basic_block_for_fn (cfun));
993 live->stack_top = live->work_stack;
1016 free (live->work_stack);
1083 while (live->stack_top != live->work_stack)

Completed in 92 milliseconds