Home
last modified time | relevance | path

Searched refs:isPostDominator (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h48 bool isPostDominator() const { in isPostDominator() function
49 return Base.isPostDominator(); in isPostDominator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h327 bool isPostDominator() const { return IsPostDominator; }
420 assert(!this->isPostDominator() &&
489 if (!isPostDominator()) {
521 return isPostDominator() && !A->getBlock();
649 assert(!this->isPostDominator() &&
H A DGenericDomTreeConstruction.h732 assert(NCDBlock || DT.isPostDominator()); in InsertReachable()
960 assert(ToIDom || DT.isPostDominator()); in DeleteReachable()
1060 assert(NCDBlock || DT.isPostDominator()); in DeleteUnreachable()
1529 errs() << (DT.isPostDominator() ? "Post" : "") in IsSameAsFreshTree()
1561 if (DT.isPostDominator()) std::swap(From, To); in InsertEdge()
1568 if (DT.isPostDominator()) std::swap(From, To); in DeleteEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h70 bool isPostDominator() const { in isPostDominator() function