OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDFSOut
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
106
if (DFSIn < S->getDFSIn() && DFSOut > S->
getDFSOut
())
112
unsigned
getDFSOut
() const { return DFSOut; }
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
230
if (!ChildScope->
getDFSOut
()) {
Completed in 427 milliseconds