Searched refs:SeenCases (Results 1 – 3 of 3) sorted by relevance
3098 SmallPtrSet<Value*, 32> SeenCases; in ParseSwitch() local3109 if (!SeenCases.insert(Constant)) in ParseSwitch()
5171 SmallPtrSet<Value*, 32> SeenCases; in ParseSwitch() local5182 if (!SeenCases.insert(Constant).second) in ParseSwitch()
5675 SmallPtrSet<Value*, 32> SeenCases; in ParseSwitch() local5686 if (!SeenCases.insert(Constant).second) in ParseSwitch()