HomeSort by relevance Sort by last modified time
    Searched refs:DFSNum (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 40 VInfo.DFSNum = VInfo.Semi = ++N;
67 BBInfo.DFSNum = BBInfo.Semi = ++N;
80 unsigned BBDFSNum = BBInfo.DFSNum;
111 if (VInInfo.DFSNum < LastLinked)
159 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 224 unsigned DFSNum;
229 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}
676 unsigned DFSNum = 0;
692 ThisRoot->DFSNumIn = DFSNum++;
702 Node->DFSNumOut = DFSNum++;
710 Child->DFSNumIn = DFSNum++;

Completed in 40 milliseconds