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

/openjdk9/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1888 uint merge_width = 0; local
1900 merge_width = MAX2(merge_width, n->req());
1906 if (!saw_self && adr_type() == TypePtr::BOTTOM) merge_width = 0;
1908 if (merge_width > Compile::AliasIdxRaw) {
H A Dmemnode.cpp4328 uint merge_width = req(); local
4329 if (merge_width > Compile::AliasIdxRaw) {

Completed in 100 milliseconds