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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp247 Node* this_region = p2x->in(0); local
248 assert(this_region != NULL, "");
276 if (this_region->is_Region() && this_region->req() == 3) {
278 if (!this_region->in(ind)->is_IfFalse()) {
281 if (this_region->in(ind)->is_IfFalse()) {
282 Node* bol = this_region->in(ind)->in(0)->in(1);

Completed in 30 milliseconds