Home | History | Annotate | Download | only in mips

Lines Matching full:phis

808     ASSERT(block->phis()->length() == 0);
825 // We are at a state join => process phis.
829 for (int i = 0; i < block->phis()->length(); ++i) {
830 HPhi* phi = block->phis()->at(i);