Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance
108 NewInstructions.push_back(I); in Negator()482 for (Instruction *I : llvm::reverse(NewInstructions)) in run()486 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
746 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
6939 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local6944 NewInstructions[UI] = NI; in tryToSinkFreeOperands()6955 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()6956 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()