Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance
101 NewInstructions.push_back(I); in Negator()539 for (Instruction *I : llvm::reverse(NewInstructions)) in run()543 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
780 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
7377 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local7393 NewInstructions[UI] = NI; in tryToSinkFreeOperands()7404 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()7405 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()