OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnalysisGroup
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/IR/
Pass.cpp
179
assert((!
isAnalysisGroup
() || NormalCtor) &&
PassRegistry.cpp
156
assert(Registeree.
isAnalysisGroup
() &&
PassManager.cpp
760
if (!PI->
isAnalysisGroup
())
[
all
...]
/external/llvm/include/llvm/
PassSupport.h
49
const bool
IsAnalysisGroup
; // True if an analysis group.
61
IsAnalysis(is_analysis),
IsAnalysisGroup
(false), NormalCtor(normal) { }
68
IsAnalysis(false),
IsAnalysisGroup
(true), NormalCtor(0) { }
89
///
isAnalysisGroup
- Return true if this is an analysis group, not a normal
92
bool
isAnalysisGroup
() const { return
IsAnalysisGroup
; }
Completed in 58 milliseconds