Home | History | Annotate | Download | only in IPO

Lines Matching defs:IP

990           BasicBlock::iterator IP = II->getNormalDest()->begin();
991 while (isa<PHINode>(IP)) ++IP;
992 InsertPt = IP;