Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h48 bool isPostDominator() const { in isPostDominator() function
49 return Base.isPostDominator(); in isPostDominator()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h329 bool isPostDominator() const { return IsPostDominator; }
422 assert(!this->isPostDominator() &&
491 if (!isPostDominator()) {
523 return isPostDominator() && !A->getBlock();
651 assert(!this->isPostDominator() &&
H A DGenericDomTreeConstruction.h746 assert(NCDBlock || DT.isPostDominator()); in InsertReachable()
974 assert(ToIDom || DT.isPostDominator()); in DeleteReachable()
1074 assert(NCDBlock || DT.isPostDominator()); in DeleteUnreachable()
1543 errs() << (DT.isPostDominator() ? "Post" : "") in IsSameAsFreshTree()
1575 if (DT.isPostDominator()) std::swap(From, To); in InsertEdge()
1582 if (DT.isPostDominator()) std::swap(From, To); in DeleteEdge()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h69 bool isPostDominator() const { in isPostDominator() function