Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h190 static bool AlwaysDescend(NodePtr, NodePtr) { return true; } in AlwaysDescend() function
406 Num = SNCA.runDFS(N, Num, AlwaysDescend, 1); in FindRoots()
448 const unsigned NewNum = SNCA.runDFS<true>(I, Num, AlwaysDescend, Num); in FindRoots()
466 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots()
516 const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0); in RemoveRedundantRoots()
563 SNCA.doFullDFSWalk(DT, AlwaysDescend); in CalculateFromScratch()
1354 doFullDFSWalk(DT, AlwaysDescend); in verifyReachability()