Lines Matching defs:NewInsts
166 SmallVector<Instruction *, 4> NewInsts;
171 NewInsts.push_back(Inst->getPrevNonDebugInstruction());
173 if (NewInsts.empty()) {
177 Insts = NewInsts;
712 SmallVector<Instruction *, 4> NewInsts;
717 NewInsts.push_back(I);
719 for (auto *I : NewInsts)
738 ModelledPHI NewPHI(NewInsts, ActivePreds, RPOTOrder);
764 Instruction *I0 = NewInsts[0];
770 if (any_of(NewInsts, isNotSameOperation))
774 ModelledPHI PHI(NewInsts, OpNum, ActivePreds);
794 if (isMemoryInst(NewInsts[0]))