Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h701 SmallPtrSet<const Value*, 4> UniqueOperands; in getOperandsScalarizationOverhead() local
710 if (!isa<Constant>(A) && UniqueOperands.insert(A).second) { in getOperandsScalarizationOverhead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3081 SmallPtrSet<Instruction*, 4> UniqueOperands; in CollectChains() local
3086 if (UniqueOperands.insert(IVOpInst).second) in CollectChains()