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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp471 Node_List *defs,*phis; local
489 phis = new Node_List();
671 phis->push(phi);
1266 // Walk the phis list to patch inputs, split phis, and name phis
1268 for( insidx = 0; insidx < phis->size(); insidx++ ) {
1269 Node *phi = phis->at(insidx);
1333 for( insidx = 0; insidx < phis->size(); insidx++ ) {
1334 Node *phi = phis
[all...]
H A Dloopopts.cpp495 int phis = 0; local
499 phis++;
570 if (phis > 1 && (cmp_op == Op_CmpF || cmp_op == Op_CmpD)) return NULL;
727 // Bail out if the region and its phis have too many users.
1477 if( use->_idx >= new_counter ) { // If updating new phis
2149 // phis for values that are live across the new loop
2472 // For future check for too many new phis
2533 tty->print_cr("\nToo many new phis: %d old %d new cmpi: %c",
2552 // Step 3: clone loop, retarget control, and insert new phis
2554 // Create new loop head for new phis an
[all...]

Completed in 42 milliseconds