Searched defs:isPostDominator (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h50 /// isPostDominator - Returns true if analysis based of postdoms
52 bool isPostDominator() const { return IsPostDominators; } function in class:llvm::DominanceFrontierBase
H A DDominators.h51 /// isPostDominator - Returns true if analysis based of postdoms
53 bool isPostDominator() const { return IsPostDominators; } function in class:llvm::DominatorBase
366 assert(!this->isPostDominator() &&
429 if (!this->isPostDominator()) {
548 if (this->isPostDominator())

Completed in 253 milliseconds