Searched refs:BFS (Results 1 – 8 of 8) sorted by relevance
56 class BFS : public WorkList { class86 return std::make_unique<BFS>(); in makeBFS()
71 .Case("bfs", ExplorationStrategyKind::BFS) in getExplorationStrategy()
61 case ExplorationStrategyKind::BFS: in generateWorkList()
109 BFS, enumerator
53 whether the analysis engine is doing BFS or DFS.
168 BFS:Belfast International, Belfast, Northern Ireland, United Kingdom
13311 int BFS = MFI.getObjectSize(BFI); in isConsecutiveLSLoc() local13312 if (FS != BFS || FS != (int)Bytes) return false; in isConsecutiveLSLoc()
2101 .. which is a very weird BFS traversal?