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

/openjdk7/hotspot/src/share/vm/opto/
H A Drootnode.cpp76 return remove_dead_region(phase, can_reshape) ? this : NULL;
H A Ddivnode.cpp465 if (in(0) && remove_dead_region(phase, can_reshape)) return this;
564 if (in(0) && remove_dead_region(phase, can_reshape)) return this;
707 if (in(0) && remove_dead_region(phase, can_reshape)) return this;
801 if (in(0) && remove_dead_region(phase, can_reshape)) return this;
839 if( in(0) && remove_dead_region(phase, can_reshape) ) return this;
1010 if( in(0) && remove_dead_region(phase, can_reshape) ) return this;
H A Dcallnode.cpp56 return remove_dead_region(phase, can_reshape) ? this : NULL;
152 return remove_dead_region(phase, can_reshape) ? this : NULL;
197 return remove_dead_region(phase, can_reshape) ? this : NULL;
962 return remove_dead_region(phase, can_reshape) ? this : NULL;
1170 if (remove_dead_region(phase, can_reshape)) return this;
H A Dconnode.cpp112 if( in(0) && remove_dead_region(phase, can_reshape) ) return this;
429 return (in(0) && remove_dead_region(phase, can_reshape)) ? this : NULL;
569 return (in(0) && remove_dead_region(phase, can_reshape)) ? this : NULL;
1136 return (in(0) && remove_dead_region(phase, can_reshape)) ? this : NULL;
H A Difnode.cpp826 if (remove_dead_region(phase, can_reshape)) return this;
H A Dnode.hpp858 bool remove_dead_region(PhaseGVN *phase, bool can_reshape);
H A Dmemnode.cpp237 if (ctl && remove_dead_region(phase, can_reshape))
2790 if (remove_dead_region(phase, can_reshape)) return this;
2852 if (remove_dead_region(phase, can_reshape)) return this;
H A Dnode.cpp1213 //------------------------------remove_dead_region-----------------------------
1290 //------------------------------remove_dead_region-----------------------------
1291 bool Node::remove_dead_region(PhaseGVN *phase, bool can_reshape) { function in class:Node
H A Dcfgnode.cpp2067 return remove_dead_region(phase, can_reshape) ? this : NULL;

Completed in 224 milliseconds