Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc116 bool add_all_live_phis = instruction->IsPhi() && instruction->AsPhi()->IsDead(); in AddDependentInstructionsToWorklist() local
120 if (add_all_live_phis || user->GetType() != instruction->GetType()) { in AddDependentInstructionsToWorklist()