Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h70 std::vector<NodePtr> NumToNode = {nullptr}; member
99 NumToNode = {nullptr}; // Restore to initial state with a dummy start node. in clear()
230 NumToNode.push_back(BB); in runDFS()
271 NodePtr VAncestor = NumToNode[VInfo.Parent]; in eval()
297 const unsigned NextDFSNum(NumToNode.size());
300 const NodePtr V = NumToNode[i];
302 VInfo.IDom = NumToNode[VInfo.Parent];
307 NodePtr W = NumToNode[i];
331 const NodePtr W = NumToNode[i];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
[all …]