Lines Matching refs:NewInsts
342 /// All newly created instructions are added to the NewInsts list. This
348 SmallVectorImpl<Instruction*> &NewInsts) {
349 unsigned NISize = NewInsts.size();
352 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
358 while (NewInsts.size() != NISize)
359 NewInsts.pop_back_val()->eraseFromParent();
366 /// block. All newly created instructions are added to the NewInsts list.
372 SmallVectorImpl<Instruction*> &NewInsts) {
387 CurBB, PredBB, DT, NewInsts);
395 NewInsts.push_back(New);
405 CurBB, PredBB, DT, NewInsts);
415 NewInsts.push_back(Result);
429 CurBB, PredBB, DT, NewInsts);
437 NewInsts.push_back(Res);