Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h133 unsigned DFSIn = 0; // In & Out Depth use to determine scope nesting. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3500 int DFSIn = 0; member
3729 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back()
3736 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()
3742 void popUntilDFSScope(int DFSIn, int DFSOut) { in popUntilDFSScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp100 int DFSIn = 0; member