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