Lines Matching refs:NewInsts
173 SmallVector<Instruction *, 4> NewInsts; in operator --() local
178 NewInsts.push_back(Inst->getPrevNode()); in operator --()
180 if (NewInsts.empty()) { in operator --()
184 Insts = NewInsts; in operator --()
666 SmallVector<Instruction *, 4> NewInsts; in analyzeInstructionForSinking() local
671 NewInsts.push_back(I); in analyzeInstructionForSinking()
673 for (auto *I : NewInsts) in analyzeInstructionForSinking()
692 ModelledPHI NewPHI(NewInsts, ActivePreds); in analyzeInstructionForSinking()
720 Instruction *I0 = NewInsts[0]; in analyzeInstructionForSinking()
727 if (any_of(NewInsts, hasDifferentNumOperands)) in analyzeInstructionForSinking()
731 ModelledPHI PHI(NewInsts, OpNum, ActivePreds); in analyzeInstructionForSinking()
751 if (isMemoryInst(NewInsts[0])) in analyzeInstructionForSinking()