Home | History | Annotate | Download | only in arm

Lines Matching full:phis

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