Lines Matching refs:proj
231 Node* proj = PhaseIdealLoop::find_predicate(r->in(ii));
232 if (proj != NULL) {
234 predicate_proj = proj;
343 Node *proj = NULL;
348 proj = r->in(i3);
352 proj = v->in(0); // Controlling projection
358 if( proj->Opcode() == Op_IfTrue ) {
529 static void adjust_check(Node* proj, Node* range, Node* index,
533 Node *iff = proj->in(0);
537 DEBUG_ONLY( if( !bol->is_Bool() ) { proj->dump(3); fatal("Expect projection-->IfNode-->BoolNode"); } )
696 // Identify which proj goes to the region and which continues on
701 Node* proj = proj_out(i);
702 if (success == NULL && proj->outcnt() == 1 && proj->unique_out() == region) {
703 success = proj;
705 fail = proj;