Searched refs:makeUnexploredFirstPriorityQueue (Results 1 – 3 of 3) sorted by relevance
86 static std::unique_ptr<WorkList> makeUnexploredFirstPriorityQueue();
251 std::unique_ptr<WorkList> WorkList::makeUnexploredFirstPriorityQueue() { in makeUnexploredFirstPriorityQueue() function in WorkList
66 return WorkList::makeUnexploredFirstPriorityQueue(); in generateWorkList()