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