Home | History | Annotate | Download | only in IPO

Lines Matching defs:InsertPt

790       Instruction *InsertPt = NF->begin()->begin();
794 Value *TheAlloca = new AllocaInst(AgTy, 0, "", InsertPt);
804 InsertPt);
806 new StoreInst(I2++, Idx, InsertPt);