Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h148 static bool AlwaysDescend(NodePtr, NodePtr) { return true; } in AlwaysDescend() function
368 Num = SNCA.runDFS(N, Num, AlwaysDescend, 1); in FindRoots()
440 SNCA.runDFS<true>(I, Num, AlwaysDescend, Num, &*SuccOrder); in FindRoots()
457 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots()
507 const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0); in RemoveRedundantRoots()
563 SNCA.doFullDFSWalk(DT, AlwaysDescend); in CalculateFromScratch()
1248 doFullDFSWalk(DT, AlwaysDescend); in verifyReachability()