Home
last modified time | relevance | path

Searched defs:DFSIn (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h134 unsigned DFSIn = 0; // In & Out Depth use to determine scope nesting. variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h241 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h132 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3525 int DFSIn = 0; member
3785 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back()
3792 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()
3798 void popUntilDFSScope(int DFSIn, int DFSOut) { in popUntilDFSScope()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp101 int DFSIn = 0; member