Home | History | Annotate | Download | only in src

Lines Matching full:phis

310     // instructions have been added to the block (they have phis for all
311 // values in the environment, these phis may be eliminated later).
315 ASSERT(phis()->length() == incoming_env->length());
569 // Check that phis have correct arguments.
570 for (int j = 0; j < block->phis()->length(); j++) {
571 HPhi* phi = block->phis()->at(j);
2447 for (int j = 0; j < blocks_[i]->phis()->length(); ++j) {
2448 HPhi* phi = blocks_[i]->phis()->at(j);
2460 for (int j = 0; j < blocks_[i]->phis()->length(); ++j) {
2461 HPhi* phi = blocks_[i]->phis()->at(j);
2476 for (int j = 0; j < blocks_[i]->phis()->length(); ++j) {
2477 HPhi* phi = blocks_[i]->phis()->at(j);
2930 // Remove dead code and phis
2990 for (int i = 0; i < block->phis()->length(); i++) {
2991 HPhi* phi = block->phis()->at(i);
9632 int total = current->phis()->length();
9633 PrintIntProperty("size", current->phis()->length());
9636 HPhi* phi = current->phis()->at(j);