HomeSort by relevance Sort by last modified time
    Searched refs:DFSNum (Results 1 - 7 of 7) 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 225 unsigned DFSNum;
230 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}
674 unsigned DFSNum = 0;
690 ThisRoot->DFSNumIn = DFSNum++;
700 Node->DFSNumOut = DFSNum++;
708 Child->DFSNumIn = DFSNum++;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominatorInternals.h 41 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;
Dominators.h 197 unsigned DFSNum;
202 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(0) {}
584 unsigned DFSNum = 0;
599 ThisRoot->DFSNumIn = DFSNum++;
609 Node->DFSNumOut = DFSNum++;
617 Child->DFSNumIn = DFSNum++;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 60 unsigned DFSNum = 0;
227 if (BBInfo.DFSNum != 0) continue;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
238 if (SIT != NodeToInfo.end() && SIT->second.DFSNum != 0) {
259 if (VInInfo.DFSNum < LastLinked)
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
335 while (NodeToInfo[WIDomCandidate].DFSNum > SDomNum)
352 BBInfo.DFSNum = BBInfo.Semi = 1;
455 LLVM_DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
GenericDomTree.h 730 unsigned DFSNum = 0;
731 ThisRoot->DFSNumIn = DFSNum++;
740 Node->DFSNumOut = DFSNum++;
748 Child->DFSNumIn = DFSNum++;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
NewGVN.cpp 204 Root[I] = ++DFSNum;
206 unsigned int OurDFS = DFSNum;
242 unsigned int DFSNum = 1;
    [all...]

Completed in 387 milliseconds