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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp712 void PhaseConservativeCoalesce::update_ifg(uint lr1, uint lr2, IndexSet *n_lr1, IndexSet *n_lr2) { argument
727 IndexSetIterator two(n_lr2);
851 IndexSet *n_lr2 = _phc._ifg->neighbors(lr2); local
854 update_ifg(lr1, lr2, n_lr1, n_lr2);
865 // n_lr2->dump();
871 // n_lr1's old memory on the next iteration. n_lr2 is cleared to
875 n_lr2->clear();

Completed in 34 milliseconds