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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1801 bool saw_self = false; local
1807 saw_self = saw_self || phase->eqv(n->base_memory(), this);
1812 if (!saw_self && adr_type() == TypePtr::BOTTOM) merge_width = 0;
1846 // (saw_self == true). If all other inputs also references this phi

Completed in 46 milliseconds