Searched refs:BreakCycles (Results 1 – 5 of 5) sorted by relevance
79 breaker.BreakCycles(graph, &broken_edges); in TEST()166 breaker.BreakCycles(graph, &broken_edges); in TEST()217 breaker.BreakCycles(graph, &broken_edges); in TEST()248 breaker.BreakCycles(graph, &broken_edges); in TEST()273 breaker.BreakCycles(graph, &broken_edges); in TEST()
46 void BreakCycles(const Graph& graph, std::set<Edge>* out_cut_edges);
39 void CycleBreaker::BreakCycles(const Graph& graph, set<Edge>* out_cut_edges) { in BreakCycles() function in chromeos_update_engine::CycleBreaker
241 cycle_breaker.BreakCycles(graph, &cut_edges); in TEST_F()
608 cycle_breaker.BreakCycles(*graph, &cut_edges); in ConvertGraphToDag()