Lines Matching defs:NewInsts
165 SmallVector<Instruction *, 4> NewInsts;
170 NewInsts.push_back(Inst->getPrevNonDebugInstruction());
172 if (NewInsts.empty()) {
176 Insts = NewInsts;
707 SmallVector<Instruction *, 4> NewInsts;
712 NewInsts.push_back(I);
714 for (auto *I : NewInsts)
733 ModelledPHI NewPHI(NewInsts, ActivePreds, RPOTOrder);
759 Instruction *I0 = NewInsts[0];
765 if (any_of(NewInsts, isNotSameOperation))
769 ModelledPHI PHI(NewInsts, OpNum, ActivePreds);
789 if (isMemoryInst(NewInsts[0]))