Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp101 NewInstructions.push_back(I); in Negator()
522 for (Instruction *I : llvm::reverse(NewInstructions)) in run()
526 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
H A DInstCombineInternal.h752 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7263 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
7279 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
7290 if (NewInstructions.count(OldI)) in tryToSinkFreeOperands()
7291 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()