Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h133 unsigned DFSIn = 0; // In & Out Depth use to determine scope nesting. variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3482 int DFSIn = 0; member
3712 void push_back(Value *V, int DFSIn, int DFSOut) { in push_back()
3719 bool isInScope(int DFSIn, int DFSOut) const { in isInScope()
3725 void popUntilDFSScope(int DFSIn, int DFSOut) { in popUntilDFSScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp100 int DFSIn = 0; member