OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFSIn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
51
LastInsn(nullptr), FirstInsn(nullptr),
DFSIn
(0), DFSOut(0) {
106
if (
DFSIn
< S->getDFSIn() && DFSOut > S->getDFSOut())
114
unsigned getDFSIn() const { return
DFSIn
; }
115
void setDFSIn(unsigned I) {
DFSIn
= I; }
132
unsigned
DFSIn
, DFSOut; // In & Out Depth use to determine
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
320
err << "
DFSIn
: " <<
DFSIn
<< " DFSOut: " << DFSOut << "\n";
Completed in 50 milliseconds