Searched refs:AlwaysDescend (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 164 static bool AlwaysDescend(NodePtr, NodePtr) { return true; } in AlwaysDescend() function 384 Num = SNCA.runDFS(N, Num, AlwaysDescend, 1); in FindRoots() 456 SNCA.runDFS<true>(I, Num, AlwaysDescend, Num, &*SuccOrder); in FindRoots() 473 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots() 523 const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0); in RemoveRedundantRoots() 579 SNCA.doFullDFSWalk(DT, AlwaysDescend); in CalculateFromScratch() 1247 doFullDFSWalk(DT, AlwaysDescend); in verifyReachability()
|