Searched refs:scc_list (Results 1 – 1 of 1) sorted by relevance
29 SCCList<LeakInfo> scc_list{allocator_}; in ComputeDAG() local30 Tarjan(leak_graph_, scc_list); in ComputeDAG()34 for (auto& scc_nodes: scc_list) { in ComputeDAG()