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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp77 ProjNode *_resproj; member in class:PhaseMacroExpand
H A Dmacro.cpp168 _resproj = NULL;
206 _resproj = pn;
894 if (_resproj != NULL && _resproj->outcnt() != 0) {
895 for (DUIterator_Last jmin, j = _resproj->last_outs(jmin); j >= jmin; ) {
896 Node *use = _resproj->last_out(j);
897 uint oc1 = _resproj->outcnt();
925 j -= (oc1 - _resproj->outcnt());
1523 if (_resproj == NULL) {
1527 slow_result = _resproj
[all...]

Completed in 41 milliseconds