Searched refs:SetHasLoops (Results 1 – 3 of 3) sorted by relevance
868 graph->SetHasLoops(true); in Populate()2448 outer_graph->SetHasLoops(true); in InlineInto()
508 graph_->SetHasLoops(false); // no more loops in Run()
607 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops() function