Home
last modified time | relevance | path

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

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