Home
last modified time | relevance | path

Searched refs:DFSOut (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h160 LastInsn(0), FirstInsn(0), DFSIn(0), DFSOut(0), IndentLevel(0) { in LexicalScope()
215 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
221 unsigned getDFSOut() const { return DFSOut; } in getDFSOut()
222 void setDFSOut(unsigned O) { DFSOut = O; } in setDFSOut()
241 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h51 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) { in LexicalScope()
106 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
112 unsigned getDFSOut() const { return DFSOut; } in getDFSOut()
113 void setDFSOut(unsigned O) { DFSOut = O; } in setDFSOut()
132 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp102 int DFSOut = 0; member
141 bool SameBlock = std::tie(A.DFSIn, A.DFSOut) == std::tie(B.DFSIn, B.DFSOut); in operator ()()
151 return std::tie(A.DFSIn, A.DFSOut, A.LocalNum, A.Def, A.U) < in operator ()()
152 std::tie(B.DFSIn, B.DFSOut, B.LocalNum, B.Def, B.U); in operator ()()
251 VDUse.DFSOut <= Stack.back().DFSOut); in stackIsInScope()
285 VD.DFSOut = DomNode->getDFSNumOut(); in convertUsesToDFSOrdered()
597 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
610 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
623 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
650 << RenameStack.back().DFSOut << ")\n"); in renameUses()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h108 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
114 unsigned getDFSOut() const { return DFSOut; } in getDFSOut()
115 void setDFSOut(unsigned O) { DFSOut = O; } in setDFSOut()
135 unsigned DFSOut = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3526 int DFSOut = 0; member
3574 return std::tie(DFSIn, DFSOut, LocalNum, Def, U) < in operator <()
3575 std::tie(Other.DFSIn, Other.DFSOut, Other.LocalNum, Other.Def, in operator <()
3598 VDDef.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3657 VDUse.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3687 VD.DFSOut = DomNode->getDFSNumOut(); in convertClassToLoadsAndStores()
3785 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back() argument
3787 DFSStack.emplace_back(DFSIn, DFSOut); in push_back()
3792 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()
3795 return DFSIn >= DFSStack.back().first && DFSOut <= DFSStack.back().second; in isInScope()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp319 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp319 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp325 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()