Searched refs:runDFS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 217 unsigned runDFS(NodePtr V, unsigned LastNum, DescendCondition Condition, in runDFS() function 407 Num = SNCA.runDFS(N, Num, AlwaysDescend, 1); in FindRoots() 449 const unsigned NewNum = SNCA.runDFS<true>(I, Num, AlwaysDescend, Num); in FindRoots() 467 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots() 517 const unsigned Num = SNCA.runDFS<true>(Root, 0, AlwaysDescend, 0); in RemoveRedundantRoots() 545 runDFS(DT.Roots[0], 0, DC, 0); in doFullDFSWalk() 551 for (const NodePtr Root : DT.Roots) Num = runDFS(Root, Num, DC, 0); in doFullDFSWalk() 908 SNCA.runDFS(Root, 0, UnreachableDescender, 0); in ComputeUnreachableDominators() 1001 SNCA.runDFS(ToIDom, 0, DescendBelow, 0); in DeleteReachable() 1070 SNCA.runDFS(ToTN->getBlock(), 0, DescendAndCollect, 0); in DeleteUnreachable() [all …]
|