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