Home
last modified time | relevance | path

Searched refs:visited_phis_in_cycle (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc142 ArenaBitVector visited_phis_in_cycle(&allocator, in Run() local
164 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()