Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance
108 NewInstructions.push_back(I); in Negator()510 for (Instruction *I : llvm::reverse(NewInstructions)) in run()514 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
767 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
6986 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local6990 NewInstructions[UI] = NI; in tryToSinkFreeOperands()7001 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()7002 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()