Home | History | Annotate | Download | only in mips

Lines Matching refs:phis

922     ASSERT(block->phis()->length() == 0);
939 // We are at a state join => process phis.
943 for (int i = 0; i < block->phis()->length(); ++i) {
944 HPhi* phi = block->phis()->at(i);