Lines Matching refs:Worklist
30 SmallVectorImpl<const Value *> &Worklist) { in appendSpeculatableOperands() argument
39 Worklist.push_back(I); in appendSpeculatableOperands()
43 SmallVectorImpl<const Value *> &Worklist, in completeEphemeralValues() argument
52 for (int i = 0; i < (int)Worklist.size(); ++i) { in completeEphemeralValues()
53 const Value *V = Worklist[i]; in completeEphemeralValues()
66 appendSpeculatableOperands(V, Visited, Worklist); in completeEphemeralValues()
75 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
89 appendSpeculatableOperands(I, Visited, Worklist); in collectEphemeralValues()
92 completeEphemeralValues(Visited, Worklist, EphValues); in collectEphemeralValues()
99 SmallVector<const Value *, 16> Worklist; in collectEphemeralValues() local
109 appendSpeculatableOperands(I, Visited, Worklist); in collectEphemeralValues()
112 completeEphemeralValues(Visited, Worklist, EphValues); in collectEphemeralValues()