Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2800 SmallPtrSet<Instruction*, 4> UniqueOperands; in CollectChains() local
2805 if (UniqueOperands.insert(IVOpInst).second) in CollectChains()