HomeSort by relevance Sort by last modified time
    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; }
371 assert(!this->isPostDominator() &&
433 if (!this->isPostDominator()) {
552 if (this->isPostDominator())
DominatorInternals.h 174 MultipleRoots |= (DT.isPostDominator() && N != F.size());

Completed in 381 milliseconds