Lines Matching refs:EphValues
44 SmallPtrSetImpl<const Value *> &EphValues) { in completeEphemeralValues() argument
59 if (!all_of(V->users(), [&](const User *U) { return EphValues.count(U); })) in completeEphemeralValues()
62 EphValues.insert(V); in completeEphemeralValues()
73 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues() argument
88 if (EphValues.insert(I).second) in collectEphemeralValues()
92 completeEphemeralValues(Visited, Worklist, EphValues); in collectEphemeralValues()
97 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues() argument
108 if (EphValues.insert(I).second) in collectEphemeralValues()
112 completeEphemeralValues(Visited, Worklist, EphValues); in collectEphemeralValues()
131 const SmallPtrSetImpl<const Value *> &EphValues, bool PrepareForLTO, in analyzeBasicBlock() argument
137 if (EphValues.count(&I)) in analyzeBasicBlock()