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.cpp97 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()
H A DInstCombineInternal.h846 SmallVector<Instruction *, NegatorMaxNodesSSO> NewInstructions; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7772 DenseMap<Instruction *, Instruction *> NewInstructions; in tryToSinkFreeOperands() local
7785 NewInstructions[UI] = NI; in tryToSinkFreeOperands()
7796 if (auto It = NewInstructions.find(OldI); It != NewInstructions.end()) in tryToSinkFreeOperands()