Lines Matching defs:unique
60 uint old_unique = C->unique();
709 if( C->unique() > 35000 ) return n; // Method too big
736 tty->print_cr("*** Split-if bails out: %d nodes, region weight %d", C->unique(), weight);
793 if( C->unique() > 35000 ) return; // Method too big
1302 uint new_counter = C->unique();
1591 // Return the (unique) control output node that's in the loop (if it exists.)
1593 Node* unique = NULL;
1598 if (unique != NULL) {
1601 unique = use;
1604 return unique;