Searched defs:WorkListType (Results 1 – 1 of 1) sorted by relevance
190 struct WorkListType { struct193 void push_back(Value *V) { in push_back()201 Value *pop_front_val() { in pop_front_val()208 bool empty() const { return Q.empty(); } in empty()211 std::deque<Value *> Q;212 std::set<Value *> S;