Lines Matching refs:Visited
29 SmallPtrSetImpl<const Value *> &Visited, in appendSpeculatableOperands() argument
36 if (Visited.insert(Operand).second) in appendSpeculatableOperands()
42 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues() argument
55 assert(Visited.count(V) && in completeEphemeralValues()
66 appendSpeculatableOperands(V, Visited, Worklist); in completeEphemeralValues()
74 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
89 appendSpeculatableOperands(I, Visited, Worklist); in collectEphemeralValues()
92 completeEphemeralValues(Visited, Worklist, EphValues); in collectEphemeralValues()
98 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
109 appendSpeculatableOperands(I, Visited, Worklist); in collectEphemeralValues()
112 completeEphemeralValues(Visited, Worklist, EphValues); in collectEphemeralValues()