Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance
97 NewInstructions.push_back(I); in Negator()538 for (Instruction *I : llvm::reverse(NewInstructions)) in run()542 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
846 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
7772 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local7785 NewInstructions[UI] = NI; in tryToSinkFreeOperands()7796 if (auto It = NewInstructions.find(OldI); It != NewInstructions.end()) in tryToSinkFreeOperands()