Home
last modified time | relevance | path

Searched refs:TDI_nested (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.h49 TDI_nested, /* dump each function after unnesting it */ enumerator
H A Dtree-nested.c3571 set_dump_file (dump_begin (TDI_nested, &dump_flags)); in lower_nested_functions()
3597 dump_end (TDI_nested, dump_file); in lower_nested_functions()
H A Ddumpfile.c267 dump_files[TDI_nested].num = m_next_dump++; in register_dumps()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.h49 TDI_nested, /* dump each function after unnesting it */ enumerator
H A Dtree-nested.cc3731 set_dump_file (dump_begin (TDI_nested, &dump_flags)); in lower_nested_functions()
3757 dump_end (TDI_nested, dump_file); in lower_nested_functions()
H A Ddumpfile.cc269 dump_files[TDI_nested].num = m_next_dump++; in register_dumps()
H A DChangeLog.tree-ssa1718 (TDI_nested): New.
H A DChangeLog-200434080 TDI_generic, TDI_nested, TDI_vcg, TDI_xml.