Home
last modified time | relevance | path

Searched refs:def_stack (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinternals.h133 auto_vec<def_info *> def_stack; variable
H A Dblocks.cc1015 bi.old_def_stack_limit.safe_push (bi.def_stack.length ()); in start_block()
1072 while (bi.def_stack.length () > old_limit) in end_block()
1077 def_info *def = bi.def_stack.pop (); in end_block()
1264 gcc_assert (bi.def_stack.is_empty () in process_all_blocks()
H A Dinternals.inl578 // to def_stack where appropriate.
586 def_stack.safe_push (def);
590 def_stack.safe_push (prev_dominating_def);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202132323 (function_info::build_info::def_stack): Likewise.