Home
last modified time | relevance | path

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

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