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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp166 _memproj_fallthrough = NULL;
203 _memproj_fallthrough = pn;
912 assert(mem->in(TypeFunc::Memory) == _memproj_fallthrough, "allocation memory projection");
914 assert(mem == _memproj_fallthrough, "allocation memory projection");
931 if (_memproj_fallthrough != NULL) {
932 _igvn.replace_node(_memproj_fallthrough, alloc->in(TypeFunc::Memory));
1439 if (!always_slow && _memproj_fallthrough != NULL) {
1440 for (DUIterator_Fast imax, i = _memproj_fallthrough->fast_outs(imax); i < imax; i++) {
1441 Node *use = _memproj_fallthrough->fast_out(i);
1443 imax -= replace_input(use, _memproj_fallthrough, result_phi_rawme
[all...]
H A Dmacro.hpp75 ProjNode *_memproj_fallthrough; member in class:PhaseMacroExpand

Completed in 38 milliseconds