Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h591 SmallPtrSet<const Value*, 4> UniqueOperands; in getOperandsScalarizationOverhead() local
593 if (!isa<Constant>(A) && UniqueOperands.insert(A).second) { in getOperandsScalarizationOverhead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3069 SmallPtrSet<Instruction*, 4> UniqueOperands; in CollectChains() local
3074 if (UniqueOperands.insert(IVOpInst).second) in CollectChains()