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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp1773 Node *p_f = iffm->in(0); local
1774 assert(p_f->Opcode() == Op_IfFalse, "");
1775 CountedLoopEndNode *pre_end = p_f->in(0)->as_CountedLoopEnd();

Completed in 30 milliseconds