Searched refs:IsRemovable (Results 1 – 2 of 2) sorted by relevance
2455 bool IsRemovable() const { in IsRemovable() function2471 return !HasUses() && IsRemovable(); in IsDeadAndRemovable()2476 DCHECK(IsRemovable()) << " phis are always removable"; in IsPhiDeadAndRemovable()
2880 } else if (!i->IsRemovable()) { in TrySetPhiInduction()