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