Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h75 SmallVector<NodePtr, 64> NumToNode = {nullptr}; member
101 NumToNode = {nullptr}; // Restore to initial state with a dummy start node. in clear()
195 NumToNode.push_back(BB);
261 const unsigned NextDFSNum(NumToNode.size()); in runSemiNCA()
266 const NodePtr V = NumToNode[i]; in runSemiNCA()
268 VInfo.IDom = NumToNode[VInfo.Parent]; in runSemiNCA()
312 assert(NumToNode.size() == 1 && "SNCAInfo must be freshly constructed"); in addVirtualRoot()
317 NumToNode.push_back(nullptr); // NumToNode[1] = nullptr; in addVirtualRoot()
372 << BlockNamePrinter(SNCA.NumToNode[Num]) << "\n"); in FindRoots()
441 const NodePtr FurthestAway = SNCA.NumToNode[NewNum]; in FindRoots()
[all …]