Searched refs:sccstack (Results 1 – 4 of 4) sorted by relevance
608 auto_vec<scc_entry,32> sccstack; member in DFS718 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 …]
3228 * 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.
27622 (next_dfs_num, sccstack, sccstate, sccstate_obstack): New globals.
588 auto_vec<scc_entry,32> sccstack; variable698 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 …]