Searched defs:is_deleteable_safept (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp677 if (sfpt->Opcode() == Op_SafePoint && is_deleteable_safept(sfpt)) {
773 if (sfpt2->Opcode() == Op_SafePoint && is_deleteable_safept(sfpt2)) {
1694 //---------------------------is_deleteable_safept----------------------------
1696 bool PhaseIdealLoop::is_deleteable_safept(Node* sfpt) { function in class:PhaseIdealLoop
1815 if (phase->is_deleteable_safept(n)) {
1838 if (n != sfpt && phase->is_deleteable_safept(n)) {
3045 is_deleteable_safept(n)) {

Completed in 195 milliseconds