Searched refs:findPath (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bvgraph.h | 128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() function 138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath() 148 if (findPath(from, targets, path, p) == p) in findShortestPath()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CondBrFolding.cpp | 129 bool findPath(MachineBasicBlock *MBB, 142 bool X86CondBrFolding::findPath( in findPath() function in X86CondBrFolding 409 if (!findPath(&MBB, BranchPath)) in optimize()
|