Home | History | Annotate | Download | only in IPO

Lines Matching refs:InsertPt

802       Instruction *InsertPt = NF->begin()->begin();
806 Value *TheAlloca = new AllocaInst(AgTy, nullptr, "", InsertPt);
816 InsertPt);
818 new StoreInst(I2++, Idx, InsertPt);