Searched refs:NewInstructions (Results 1 – 4 of 4) sorted by relevance
108 NewInstructions.push_back(I); in Negator()483 llvm::for_each(llvm::reverse(NewInstructions), in run()487 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
733 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
6309 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local6314 NewInstructions[UI] = NI; in tryToSinkFreeOperands()6325 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()6326 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()
6763 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local6768 NewInstructions[UI] = NI; in tryToSinkFreeOperands()6779 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()6780 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()