OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPostDominator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
DominanceFrontier.h
50
///
isPostDominator
- Returns true if analysis based of postdoms
52
bool
isPostDominator
() const { return IsPostDominators; }
Dominators.h
51
///
isPostDominator
- Returns true if analysis based of postdoms
53
bool
isPostDominator
() const { return IsPostDominators; }
366
assert(!this->
isPostDominator
() &&
429
if (!this->
isPostDominator
()) {
548
if (this->
isPostDominator
())
DominatorInternals.h
174
MultipleRoots |= (DT.
isPostDominator
() && N != GraphTraits<FuncT*>::size(&F));
Completed in 89 milliseconds