Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h449 const NodePtr FurthestAway = SNCA.NumToNode[NewNum]; in FindRoots() local
452 << BlockNamePrinter(FurthestAway) << "\n"); in FindRoots()
453 ConnectToExitBlock.insert(FurthestAway); in FindRoots()
454 Roots.push_back(FurthestAway); in FindRoots()
466 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1); in FindRoots()