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
105 NumToNode = {nullptr}; // Restore to initial state with a dummy start node. in clear()
211 NumToNode.push_back(BB);
277 const unsigned NextDFSNum(NumToNode.size()); in runSemiNCA()
282 const NodePtr V = NumToNode[i]; in runSemiNCA()
284 VInfo.IDom = NumToNode[VInfo.Parent]; in runSemiNCA()
328 assert(NumToNode.size() == 1 && "SNCAInfo must be freshly constructed"); in addVirtualRoot()
333 NumToNode.push_back(nullptr); // NumToNode[1] = nullptr; in addVirtualRoot()
388 << BlockNamePrinter(SNCA.NumToNode[Num]) << "\n"); in FindRoots()
457 const NodePtr FurthestAway = SNCA.NumToNode[NewNum]; in FindRoots()
[all …]