HomeSort by relevance Sort by last modified time
    Searched defs:isPostDominator (Results 1 - 2 of 2) 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; }
  /external/llvm/include/llvm/Support/
GenericDomTree.h 51 /// isPostDominator - Returns true if analysis based of postdoms
53 bool isPostDominator() const { return IsPostDominators; }
380 assert(!this->isPostDominator() &&
443 if (!this->isPostDominator()) {
577 if (this->isPostDominator())

Completed in 101 milliseconds