Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp101 NewInstructions.push_back(I); in Negator()
539 for (Instruction *I : llvm::reverse(NewInstructions)) in run()
543 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
H A DInstCombineInternal.h780 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7377 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
7393 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
7404 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()
7405 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()