Searched refs:WorkSet (Results 1 – 2 of 2) sorted by relevance
30 static void completeEphemeralValues(SmallVector<const Value *, 16> &WorkSet, in completeEphemeralValues() argument35 EphValues.insert(WorkSet.begin(), WorkSet.end()); in completeEphemeralValues()40 while (!WorkSet.empty()) { in completeEphemeralValues()41 const Value *V = WorkSet.front(); in completeEphemeralValues()42 WorkSet.erase(WorkSet.begin()); in completeEphemeralValues()64 WorkSet.push_back(J); in completeEphemeralValues()73 SmallVector<const Value *, 16> WorkSet; in collectEphemeralValues() local86 WorkSet.push_back(I); in collectEphemeralValues()89 completeEphemeralValues(WorkSet, EphValues); in collectEphemeralValues()95 SmallVector<const Value *, 16> WorkSet; in collectEphemeralValues() local[all …]
356 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local360 while (!WorkSet.empty()) { in isEphemeralValueOf()361 const Value *V = WorkSet.pop_back_val(); in isEphemeralValueOf()382 WorkSet.push_back(*J); in isEphemeralValueOf()