Home
last modified time | relevance | path

Searched refs:BFS (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/doc/
Dcurrent-routing.txt52 For Up/Down routing, a BFS from every target is used. The BFS tracks link
145 a rank of 0. Using the BFS algorithm, the rest of the switch nodes in the
149 3. Min Hop Table setting - after ranking is done, a BFS algorithm is run from
150 each (CA or switch) node in the subnet. During the BFS process, the FDB table
151 of each switch node traversed by BFS is updated, in reference to the starting
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp71 class BFS : public WorkList { class
105 WorkList *WorkList::makeBFS() { return new BFS(); } in makeBFS()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6355 int BFS = MFI->getObjectSize(BFI); in isConsecutiveLoad() local
6356 if (FS != BFS || FS != (int)Bytes) return false; in isConsecutiveLoad()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6891 int BFS = MFI->getObjectSize(BFI); in isConsecutiveLS() local
6892 if (FS != BFS || FS != (int)Bytes) return false; in isConsecutiveLS()