Home
last modified time | relevance | path

Searched refs:NewInstructions (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp106 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()
H A DInstCombineInternal.h662 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7101 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
7117 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
7128 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()
7129 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()