Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp108 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()
H A DInstCombineInternal.h746 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6939 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
6944 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
6955 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()
6956 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()