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
146 visited_phis_in_cycle.ClearAllBits(); in Run()
165 visited_phis_in_cycle.ClearAllBits(); in Run()
169 visited_phis_in_cycle.SetBit(phi->GetId()); in Run()
199 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run()
201 visited_phis_in_cycle.SetBit(input->GetId()); in Run()
250 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()