Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h148 static bool AlwaysDescend(NodePtr, NodePtr) { return true; } in AlwaysDescend() function
382 Num = SNCA.runDFS(N, Num, AlwaysDescend, 1); in FindRoots()
454 SNCA.runDFS<true>(I, Num, AlwaysDescend, Num, &*SuccOrder); in FindRoots()
471 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots()
521 const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0); in RemoveRedundantRoots()
577 SNCA.doFullDFSWalk(DT, AlwaysDescend); in CalculateFromScratch()
1265 doFullDFSWalk(DT, AlwaysDescend); in verifyReachability()