Home | History | Annotate | Download | only in IPO

Lines Matching refs:InsertPt

785       Instruction *InsertPt = NF->begin()->begin();
789 Value *TheAlloca = new AllocaInst(AgTy, 0, "", InsertPt);
799 InsertPt);
801 new StoreInst(I2++, Idx, InsertPt);