Lines Matching defs:phi
109 Phi* phi = v ? v->as_Phi() : NULL;
110 if (phi && phi->is_illegal()) {
118 Phi* phi = v ? v->as_Phi() : NULL;
119 return phi && phi->block() == b;
226 Phi* phi = value->as_Phi();
227 if (phi != NULL) {
228 if (phi->operand()->is_valid()) {
230 phi->operand()->print(output());
288 Phi* phi = v->as_Phi();
291 // print phi operands
292 if (phi && phi->block() == b) {
294 for (int j = 0; j < phi->operand_count(); j ++) {
296 Value opd = phi->operand_at(j);
348 output()->print("phi function"); // make that more detailed later
636 // print phi functions