Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance
101 NewInstructions.push_back(I); in Negator()522 for (Instruction *I : llvm::reverse(NewInstructions)) in run()526 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
752 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
7263 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local7279 NewInstructions[UI] = NI; in tryToSinkFreeOperands()7290 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()7291 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()