Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h772 SmallPtrSet<const Value*, 4> UniqueOperands; in getOperandsScalarizationOverhead() local
781 if (!isa<Constant>(A) && UniqueOperands.insert(A).second) { in getOperandsScalarizationOverhead()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3122 SmallPtrSet<Instruction*, 4> UniqueOperands; in CollectChains() local
3127 if (UniqueOperands.insert(IVOpInst).second) in CollectChains()