HomeSort by relevance Sort by last modified time
    Searched defs:DFSOut (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 319 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LexicalScopes.cpp 325 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n";
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 51 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) {
106 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
112 unsigned getDFSOut() const { return DFSOut; }
113 void setDFSOut(unsigned O) { DFSOut = O; }
132 unsigned DFSIn, DFSOut; // In & Out Depth use to determine
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LexicalScopes.h 160 LastInsn(0), FirstInsn(0), DFSIn(0), DFSOut(0), IndentLevel(0) {
215 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
221 unsigned getDFSOut() const { return DFSOut; }
222 void setDFSOut(unsigned O) { DFSOut = O; }
241 unsigned DFSIn, DFSOut; // In & Out Depth use to determine
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 319 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LexicalScopes.h 108 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
114 unsigned getDFSOut() const { return DFSOut; }
115 void setDFSOut(unsigned O) { DFSOut = O; }
135 unsigned DFSOut = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 102 int DFSOut = 0;
141 bool SameBlock = std::tie(A.DFSIn, A.DFSOut) == std::tie(B.DFSIn, B.DFSOut);
151 return std::tie(A.DFSIn, A.DFSOut, A.LocalNum, A.Def, A.U) <
152 std::tie(B.DFSIn, B.DFSOut, B.LocalNum, B.Def, B.U);
251 VDUse.DFSOut <= Stack.back().DFSOut);
285 VD.DFSOut = DomNode->getDFSNumOut();
597 VD.DFSOut = DomNode->getDFSNumOut();
610 VD.DFSOut = DomNode->getDFSNumOut()
    [all...]

Completed in 1471 milliseconds