Searched refs:visited_phis_in_cycle (Results 1 – 1 of 1) sorted by relevance
142 ArenaBitVector visited_phis_in_cycle(&allocator, in Run() local164 visited_phis_in_cycle.ClearAllBits(); in Run()168 visited_phis_in_cycle.SetBit(phi->GetId()); in Run()198 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run()200 visited_phis_in_cycle.SetBit(input->GetId()); in Run()249 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()