Searched refs:not_ctl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5012 Node* not_ctl = iff->proj_out(1 - ctl->as_Proj()->_con); local
5013 assert(not_ctl != NULL && not_ctl != ctl, "found alternate");
5014 if (slow_region != NULL && slow_region->find_edge(not_ctl) >= 1) {
5023 for (DUIterator_Fast jmax, j = not_ctl->fast_outs(jmax); j < jmax; j++) {
5024 Node* obs = not_ctl->fast_out(j);
5025 if (obs->in(0) == not_ctl && obs->is_Call() &&

Completed in 48 milliseconds