Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance
106 NewInstructions.push_back(I); in Negator()521 for (Instruction *I : llvm::reverse(NewInstructions)) in run()525 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
662 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
7101 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local7117 NewInstructions[UI] = NI; in tryToSinkFreeOperands()7128 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()7129 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()