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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp78 Block* buse = _bbs[use->_idx]; local
79 if (buse != b) { // In wrong block?
80 if (buse != NULL)
81 buse->find_remove(use); // Remove from wrong block
317 Block* buse = bbs[use->_idx]; local
318 if (buse == NULL) return LCA; // Unused killing Projs have no use block
319 if (!use->is_Phi()) return buse->dom_lca(LCA);
332 Block* pred = bbs[buse->pred(j)->_idx];
H A Dlcm.cpp1050 Block *buse = bbs[use->_idx]; local
1054 Node *fixup = catch_cleanup_find_cloned_def(bbs[buse->pred(k)->_idx], n, this, bbs, n_clone_idx);
1058 if (this == buse) {
1061 catch_cleanup_inter_block(use, buse, n, this, bbs, n_clone_idx);

Completed in 37 milliseconds