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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1800 uint merge_width = 0; local
1806 merge_width = MAX2(merge_width, n->req());
1812 if (!saw_self && adr_type() == TypePtr::BOTTOM) merge_width = 0;
1814 if (merge_width > Compile::AliasIdxRaw) {
H A Dmemnode.cpp4220 uint merge_width = req(); local
4221 if (merge_width > Compile::AliasIdxRaw) {

Completed in 90 milliseconds