OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFSOut
(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())
112
unsigned getDFSOut() const { return
DFSOut
; }
113
void setDFSOut(unsigned O) {
DFSOut
= O; }
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 46 milliseconds