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

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h41 VInfo.DFSNum = VInfo.Semi = ++N;
68 BBInfo.DFSNum = BBInfo.Semi = ++N;
81 unsigned BBDFSNum = BBInfo.DFSNum;
112 if (VInInfo.DFSNum < LastLinked)
160 BBInfo.DFSNum = BBInfo.Semi = ++N;
H A DGenericDomTree.h203 unsigned DFSNum; member in struct:llvm::DominatorTreeBase::InfoRec
208 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}
609 unsigned DFSNum = 0; local
624 ThisRoot->DFSNumIn = DFSNum++;
634 Node->DFSNumOut = DFSNum++;
642 Child->DFSNumIn = DFSNum++;

Completed in 551 milliseconds