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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1395 Block* uct = worklist.pop(); local
1396 if (uct == _broot) continue;
1397 for (uint i = 1; i < uct->num_preds(); i++) {
1398 Block *pb = _bbs[uct->pred(i)->_idx];
1402 pb->update_uncommon_branch(uct);
1433 Block* uct = worklist.pop(); local
1434 uct->_freq = PROB_MIN;
1435 for (uint i = 1; i < uct->num_preds(); i++) {
1436 Block *pb = _bbs[uct->pred(i)->_idx];
H A Dstringopts.cpp218 Node* uct = _uncommon_traps.at(u); local
228 call->init_req(e, uct->in(e));
243 C->gvn_replace_by(uct, call);
244 uct->disconnect_inputs(NULL, C);
802 // control flow leads to uct so should be ok

Completed in 43 milliseconds