Home
last modified time | relevance | path

Searched refs:DFSIn (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()
223 unsigned getDFSIn() const { return DFSIn; } in getDFSIn()
224 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn()
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()
114 unsigned getDFSIn() const { return DFSIn; } in getDFSIn()
115 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn()
132 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp101 int DFSIn = 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 ()()
250 return (VDUse.DFSIn >= Stack.back().DFSIn && in stackIsInScope()
284 VD.DFSIn = DomNode->getDFSNumIn(); in convertUsesToDFSOrdered()
596 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
609 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
622 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
649 << RenameStack.back().DFSIn << "," 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()
116 unsigned getDFSIn() const { return DFSIn; } in getDFSIn()
117 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn()
134 unsigned DFSIn = 0; // In & Out Depth use to determine scope nesting. variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3525 int DFSIn = 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 <()
3597 VDDef.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3656 VDUse.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3686 VD.DFSIn = DomNode->getDFSNumIn(); 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() argument
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()