OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPostDominator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h
48
bool
isPostDominator
() const {
49
return Base.
isPostDominator
();
/external/llvm/include/llvm/Analysis/
DominanceFrontier.h
60
///
isPostDominator
- Returns true if analysis based of postdoms
62
bool
isPostDominator
() const {
158
bool
isPostDominator
() const { return Base.
isPostDominator
(); }
/external/llvm/include/llvm/Support/
GenericDomTree.h
60
///
isPostDominator
- Returns true if analysis based of postdoms
62
bool
isPostDominator
() const { return IsPostDominators; }
430
assert(!this->
isPostDominator
() &&
491
if (!this->
isPostDominator
()) {
617
if (this->
isPostDominator
())
Completed in 554 milliseconds