Lines Matching refs:Worklist
865 SmallVector<ConstantExpr *, 4> Worklist; in constexprToEdges() local
866 Worklist.push_back(&CExprToCollapse); in constexprToEdges()
869 while (!Worklist.empty()) { in constexprToEdges()
870 auto *CExpr = Worklist.pop_back_val(); in constexprToEdges()
882 Worklist.push_back(Nested); in constexprToEdges()
887 Worklist.push_back(Nested); in constexprToEdges()
1007 SmallVector<GraphT::Node, 16> Worklist; in buildSetsFrom() local
1009 Worklist.clear(); in buildSetsFrom()
1014 Worklist.push_back(InitialNode); in buildSetsFrom()
1015 while (!Worklist.empty()) { in buildSetsFrom()
1016 auto Node = Worklist.pop_back_val(); in buildSetsFrom()
1052 Worklist.push_back(OtherNode); in buildSetsFrom()