Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h807 SmallPtrSet<const Value*, 4> UniqueOperands; in getOperandsScalarizationOverhead() local
816 if (!isa<Constant>(A) && UniqueOperands.insert(A).second) { in getOperandsScalarizationOverhead()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3112 SmallPtrSet<Instruction*, 4> UniqueOperands; in CollectChains() local
3117 if (UniqueOperands.insert(IVOpInst).second) in CollectChains()