Searched refs:IsDead (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dssa_phi_elimination.cc41 if (phi->IsDead()) {
72 if (input != nullptr && input->IsDead()) {
95 if (phi->IsDead()) {
101 DCHECK(user->AsPhi()->IsDead());
148 if (phi->IsDead()) {
H A Dssa_builder.cc87 if (!phi->IsDead() || !phi->HasEnvironmentUses()) continue;
90 if (next->AsPhi()->IsDead()) {
96 if (next->AsPhi()->IsDead()) continue;
110 bool add_all_live_phis = instruction->IsPhi() && instruction->AsPhi()->IsDead();
128 if (input->IsPhi() && input->AsPhi()->IsDead()) {
H A Dreference_type_propagation.cc664 if (phi->IsDead() || phi->GetType() != Primitive::kPrimNot) {
H A Dnodes.h2392 bool IsDead() const { return !IsLive(); } function in class:art::HPhi

Completed in 74 milliseconds