Lines Matching defs:NewInsts
323 /// All newly created instructions are added to the NewInsts list. This
329 SmallVectorImpl<Instruction *> &NewInsts) {
330 unsigned NISize = NewInsts.size();
333 Addr = insertTranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
339 while (NewInsts.size() != NISize)
340 NewInsts.pop_back_val()->eraseFromParent();
346 /// block. All newly created instructions are added to the NewInsts list.
351 const DominatorTree &DT, SmallVectorImpl<Instruction *> &NewInsts) {
367 DT, NewInsts);
375 NewInsts.push_back(New);
384 Value *OpVal = insertTranslatedSubExpr(Op, CurBB, PredBB, DT, NewInsts);
395 NewInsts.push_back(Result);
409 DT, NewInsts);
418 NewInsts.push_back(Res);