Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h107 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
113 unsigned getDFSOut() const { return DFSOut; } in getDFSOut()
114 void setDFSOut(unsigned O) { DFSOut = O; } in setDFSOut()
134 unsigned DFSOut = 0; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h107 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
113 unsigned getDFSOut() const { return DFSOut; } in getDFSOut()
114 void setDFSOut(unsigned O) { DFSOut = O; } in setDFSOut()
134 unsigned DFSOut = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp101 int DFSOut = 0; member
142 assert((A.DFSIn != B.DFSIn || A.DFSOut == B.DFSOut) && in operator ()()
281 VDUse.DFSOut <= Stack.back().DFSOut); in stackIsInScope()
315 VD.DFSOut = DomNode->getDFSNumOut(); in convertUsesToDFSOrdered()
625 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
638 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
651 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
678 << RenameStack.back().DFSOut << ")\n"); in renameUses()
682 << VD.DFSOut << ")\n"); in renameUses()
/external/llvm-project/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp100 int DFSOut = 0; member
137 assert((A.DFSIn != B.DFSIn || A.DFSOut == B.DFSOut) && in operator ()()
329 VDUse.DFSOut <= Stack.back().DFSOut); in stackIsInScope()
363 VD.DFSOut = DomNode->getDFSNumOut(); in convertUsesToDFSOrdered()
681 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
694 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
707 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
734 << RenameStack.back().DFSOut << ")\n"); in renameUses()
738 << VD.DFSOut << ")\n"); in renameUses()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3454 int DFSOut = 0; member
3502 return std::tie(DFSIn, DFSOut, LocalNum, Def, U) < in operator <()
3503 std::tie(Other.DFSIn, Other.DFSOut, Other.LocalNum, Other.Def, in operator <()
3526 VDDef.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3585 VDUse.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3615 VD.DFSOut = DomNode->getDFSNumOut(); in convertClassToLoadsAndStores()
3683 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back() argument
3685 DFSStack.emplace_back(DFSIn, DFSOut); in push_back()
3690 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()
3693 return DFSIn >= DFSStack.back().first && DFSOut <= DFSStack.back().second; in isInScope()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3501 int DFSOut = 0; member
3549 return std::tie(DFSIn, DFSOut, LocalNum, Def, U) < in operator <()
3550 std::tie(Other.DFSIn, Other.DFSOut, Other.LocalNum, Other.Def, in operator <()
3573 VDDef.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3632 VDUse.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3662 VD.DFSOut = DomNode->getDFSNumOut(); in convertClassToLoadsAndStores()
3729 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back() argument
3731 DFSStack.emplace_back(DFSIn, DFSOut); in push_back()
3736 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()
3739 return DFSIn >= DFSStack.back().first && DFSOut <= DFSStack.back().second; in isInScope()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp325 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp319 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()
/external/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp334 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()