Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewInsts

341 /// All newly created instructions are added to the NewInsts list.  This
347 SmallVectorImpl<Instruction*> &NewInsts) {
348 unsigned NISize = NewInsts.size();
351 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
357 while (NewInsts.size() != NISize)
358 NewInsts.pop_back_val()->eraseFromParent();
365 /// block. All newly created instructions are added to the NewInsts list.
371 SmallVectorImpl<Instruction*> &NewInsts) {
386 CurBB, PredBB, DT, NewInsts);
394 NewInsts.push_back(New);
404 CurBB, PredBB, DT, NewInsts);
414 NewInsts.push_back(Result);
428 CurBB, PredBB, DT, NewInsts);
436 NewInsts.push_back(Res);