Searched defs:sctrl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp3257 Node *sctrl = has_ctrl(s) ? get_ctrl(s) : s->in(0); local
3258 assert(sctrl != NULL || s->outcnt() == 0, "must have control");
3259 if (sctrl != NULL && !sctrl->is_top() && is_dominator(early, sctrl)) {
3260 LCA = dom_lca_for_get_late_ctrl(LCA, sctrl, n);

Completed in 33 milliseconds