Searched refs:makeBFS (Results 1 – 3 of 3) sorted by relevance
83 static std::unique_ptr<WorkList> makeBFS();
85 std::unique_ptr<WorkList> WorkList::makeBFS() { in makeBFS() function in WorkList
62 return WorkList::makeBFS(); in generateWorkList()