Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h216 unsigned runDFS(NodePtr V, unsigned LastNum, DescendCondition Condition, in runDFS() 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()
544 runDFS(DT.Roots[0], 0, DC, 0); in doFullDFSWalk()
550 for (const NodePtr Root : DT.Roots) Num = runDFS(Root, Num, DC, 0); in doFullDFSWalk()
907 SNCA.runDFS(Root, 0, UnreachableDescender, 0); in ComputeUnreachableDominators()
1000 SNCA.runDFS(ToIDom, 0, DescendBelow, 0); in DeleteReachable()
1069 SNCA.runDFS(ToTN->getBlock(), 0, DescendAndCollect, 0); in DeleteUnreachable()
[all …]