Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h219 unsigned runDFS(NodePtr V, unsigned LastNum, DescendCondition Condition, in runDFS() function
415 Num = SNCA.runDFS(N, Num, AlwaysDescend, 1); in FindRoots()
457 const unsigned NewNum = SNCA.runDFS<true>(I, Num, AlwaysDescend, Num); in FindRoots()
475 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots()
525 const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0); in RemoveRedundantRoots()
553 runDFS(DT.Roots[0], 0, DC, 0); in doFullDFSWalk()
559 for (const NodePtr Root : DT.Roots) Num = runDFS(Root, Num, DC, 0); in doFullDFSWalk()
911 SNCA.runDFS(Root, 0, UnreachableDescender, 0); in ComputeUnreachableDominators()
1004 SNCA.runDFS(ToIDom, 0, DescendBelow, 0); in DeleteReachable()
1073 SNCA.runDFS(ToTN->getBlock(), 0, DescendAndCollect, 0); in DeleteUnreachable()
[all …]