Searched defs:WorkListType (Results 1 – 1 of 1) sorted by relevance
180 struct WorkListType { struct183 void push_back(Value *V) { in push_back()189 Value *pop_front_val() { in pop_front_val()196 bool empty() const { return Q.empty(); } in empty()199 std::deque<Value *> Q;200 std::set<Value *> S;