Searched refs:lower_bound_proj (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | loopPredicate.cpp | 847 ProjNode* lower_bound_proj = create_new_if_for_predicate(predicate_proj, NULL, Deoptimization::Reason_predicate); local 849 assert(upper_bound_proj->in(0)->as_If()->in(0) == lower_bound_proj, "should dominate"); 850 Node *ctrl = lower_bound_proj->in(0)->as_If()->in(0); 862 IfNode* lower_bound_iff = lower_bound_proj->in(0)->as_If(); 868 Node* upper_bound_bol = rc_predicate(loop, lower_bound_proj, scale, offset, init, limit, stride, rng, true);
|
Completed in 81 milliseconds