OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCFGOnlyPass
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/
PassInfo.h
39
const bool
IsCFGOnlyPass
; // Pass only looks at the CFG.
53
: PassName(name), PassArgument(arg), PassID(pi),
IsCFGOnlyPass
(isCFGOnly),
60
: PassName(name), PassArgument(""), PassID(pi),
IsCFGOnlyPass
(false),
87
///
isCFGOnlyPass
- return true if this pass only looks at the CFG for the
89
bool
isCFGOnlyPass
() const { return
IsCFGOnlyPass
; }
/external/swiftshader/third_party/LLVM/include/llvm/
PassSupport.h
46
const bool
IsCFGOnlyPass
; // Pass only looks at the CFG.
59
IsCFGOnlyPass
(isCFGOnly),
66
IsCFGOnlyPass
(false),
94
///
isCFGOnlyPass
- return true if this pass only looks at the CFG for the
96
bool
isCFGOnlyPass
() const { return
IsCFGOnlyPass
; }
Completed in 2398 milliseconds