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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h399 // the calculation of the FurthestAway node and the whole PostDomTree
452 const NodePtr FurthestAway = SNCA.NumToNode[NewNum]; local
455 << BlockNamePrinter(FurthestAway) << "\n");
456 Roots.push_back(FurthestAway);
468 Num = SNCA.runDFS(FurthestAway, Num, AlwaysDescend, 1);

Completed in 160 milliseconds