Searched refs:visited_phis_in_cycle (Results 1 – 1 of 1) sorted by relevance
126 ArenaBitVector visited_phis_in_cycle(graph_->GetArena(), in Run() local148 visited_phis_in_cycle.ClearAllBits(); in Run()152 visited_phis_in_cycle.SetBit(phi->GetId()); in Run()182 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run()184 visited_phis_in_cycle.SetBit(input->GetId()); in Run()233 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()