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

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 63 BBInfo.DFSNum = BBInfo.Semi = ++N;
68 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
89 BBInfo.DFSNum = BBInfo.Semi = ++N;
94 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
105 if (VInInfo.DFSNum < LastLinked)
153 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 251 unsigned DFSNum = 0;
737 unsigned DFSNum = 0;
753 ThisRoot->DFSNumIn = DFSNum++;
763 Node->DFSNumOut = DFSNum++;
771 Child->DFSNumIn = DFSNum++;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 63 BBInfo.DFSNum = BBInfo.Semi = ++N;
68 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
89 BBInfo.DFSNum = BBInfo.Semi = ++N;
94 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
105 if (VInInfo.DFSNum < LastLinked)
153 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 251 unsigned DFSNum = 0;
729 unsigned DFSNum = 0;
745 ThisRoot->DFSNumIn = DFSNum++;
755 Node->DFSNumOut = DFSNum++;
763 Child->DFSNumIn = DFSNum++;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 63 BBInfo.DFSNum = BBInfo.Semi = ++N;
68 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
89 BBInfo.DFSNum = BBInfo.Semi = ++N;
94 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
105 if (VInInfo.DFSNum < LastLinked)
153 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 251 unsigned DFSNum = 0;
729 unsigned DFSNum = 0;
745 ThisRoot->DFSNumIn = DFSNum++;
755 Node->DFSNumOut = DFSNum++;
763 Child->DFSNumIn = DFSNum++;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 63 BBInfo.DFSNum = BBInfo.Semi = ++N;
68 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
89 BBInfo.DFSNum = BBInfo.Semi = ++N;
94 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
105 if (VInInfo.DFSNum < LastLinked)
153 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 251 unsigned DFSNum = 0;
737 unsigned DFSNum = 0;
753 ThisRoot->DFSNumIn = DFSNum++;
763 Node->DFSNumOut = DFSNum++;
771 Child->DFSNumIn = DFSNum++;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 63 BBInfo.DFSNum = BBInfo.Semi = ++N;
68 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
89 BBInfo.DFSNum = BBInfo.Semi = ++N;
94 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
105 if (VInInfo.DFSNum < LastLinked)
153 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 251 unsigned DFSNum = 0;
729 unsigned DFSNum = 0;
745 ThisRoot->DFSNumIn = DFSNum++;
755 Node->DFSNumOut = DFSNum++;
763 Child->DFSNumIn = DFSNum++;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 63 BBInfo.DFSNum = BBInfo.Semi = ++N;
68 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
89 BBInfo.DFSNum = BBInfo.Semi = ++N;
94 BBInfo.Parent = DT.Info[I.getPath(I.getPathLength() - 2)].DFSNum;
105 if (VInInfo.DFSNum < LastLinked)
153 BBInfo.DFSNum = BBInfo.Semi = ++N;
GenericDomTree.h 251 unsigned DFSNum = 0;
729 unsigned DFSNum = 0;
745 ThisRoot->DFSNumIn = DFSNum++;
755 Node->DFSNumOut = DFSNum++;
763 Child->DFSNumIn = DFSNum++;
  /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++;
  /prebuilts/clang/host/darwin-x86/clang-4579689/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
GenericDomTree.h 721 unsigned DFSNum = 0;
722 ThisRoot->DFSNumIn = DFSNum++;
731 Node->DFSNumOut = DFSNum++;
739 Child->DFSNumIn = DFSNum++;
  /prebuilts/clang/host/darwin-x86/clang-4630689/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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 DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum:
    [all...]

Completed in 583 milliseconds

1 2