Home
last modified time | relevance | path

Searched refs:UniqueValues (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp112 SetVector<Value *> UniqueValues; in substituteOperandWithArgument() local
114 UniqueValues.insert(Op->get()); in substituteOperandWithArgument()
120 for (Value *V : UniqueValues) in substituteOperandWithArgument()
147 for (auto Z : zip_first(UniqueValues, drop_begin(NewF->args(), ArgOffset))) { in substituteOperandWithArgument()
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2666 SmallPtrSet<Value *, 4> UniqueValues; in getVectorizedOperand()
2669 UniqueValues.insert(Data.V);
2672 if (any_of(Op, [&UniqueValues](const OperandData &Data) { in getVectorizedOperand()
2673 return !UniqueValues.contains(Data.V); in getVectorizedOperand()
2679 return UniqueValues.size() != 2 &&
2681 UniqueValues.size());
8102 SmallVector<Value *> UniqueValues; in getGEPCosts()
8111 isa<PoisonValue>(V) ? PoisonMaskElem : UniqueValues.size()); in getGEPCosts()
8112 UniqueValues.emplace_back(V); in getGEPCosts()
8115 auto Res = UniquePositions.try_emplace(V, UniqueValues in getGEPCosts()
2314 SmallPtrSet<Value *, 4> UniqueValues; reorder() local
6663 SmallVector<Value *> UniqueValues; buildTree_rec() local
9290 SetVector<Value *> UniqueValues(VL.begin(), VL.end()); getEntryCost() local
[all...]