Home | History | Annotate | Download | only in arm

Lines Matching full:phis

800     ASSERT(block->phis()->length() == 0);
817 // We are at a state join => process phis.
821 for (int i = 0; i < block->phis()->length(); ++i) {
822 HPhi* phi = block->phis()->at(i);