Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-out.cc608 auto_vec<scc_entry,32> sccstack; member in DFS
718 max_local_entry = sccstack.length (); in DFS()
719 sccstack.safe_push (e); in DFS()
761 first = sccstack.length (); in DFS()
764 x = sccstack[--first].t; in DFS()
767 size = sccstack.length () - first; in DFS()
781 ob->local_trees->add (sccstack[first + i].t); in DFS()
789 && TREE_CODE (sccstack[first].t) == TRANSLATION_UNIT_DECL) in DFS()
803 && (sccstack[first + i].hash in DFS()
804 == sccstack[first + from].hash); ++i) in DFS()
[all …]
H A DChangeLog-20193228 * lto-streamer-out.c (DFS::sccstack): Turn into auto-vec.
3231 (DFS::DFS): Do not initialize sccstack and worklist.
3232 (DFS::~DFS): Do not release sccstack.
H A DChangeLog-201327622 (next_dfs_num, sccstack, sccstate, sccstate_obstack): New globals.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-out.c588 auto_vec<scc_entry,32> sccstack; variable
698 max_local_entry = sccstack.length (); in DFS()
699 sccstack.safe_push (e); in DFS()
741 first = sccstack.length (); in DFS()
744 x = sccstack[--first].t; in DFS()
747 size = sccstack.length () - first; in DFS()
761 ob->local_trees->add (sccstack[first + i].t); in DFS()
769 && TREE_CODE (sccstack[first].t) == TRANSLATION_UNIT_DECL) in DFS()
783 && (sccstack[first + i].hash in DFS()
784 == sccstack[first + from].hash); ++i) in DFS()
[all …]