Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h48 bool isPostDominator() const { in isPostDominator() function
49 return Base.isPostDominator(); in isPostDominator()
/external/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h48 bool isPostDominator() const { in isPostDominator() function
49 return Base.isPostDominator(); in isPostDominator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h49 bool isPostDominator() const { in isPostDominator() function
50 return Base.isPostDominator(); in isPostDominator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h288 bool isPostDominator() const { return IsPostDominator; }
383 assert(!this->isPostDominator() &&
452 if (!isPostDominator()) {
483 return isPostDominator() && !A->getBlock();
584 assert(!this->isPostDominator() &&
DGenericDomTreeConstruction.h753 assert(NCDBlock || DT.isPostDominator()); in InsertReachable()
982 assert(ToIDom || DT.isPostDominator()); in DeleteReachable()
1083 assert(NCDBlock || DT.isPostDominator()); in DeleteUnreachable()
1585 errs() << (DT.isPostDominator() ? "Post" : "") in IsSameAsFreshTree()
1625 if (DT.isPostDominator()) std::swap(From, To); in InsertEdge()
1632 if (DT.isPostDominator()) std::swap(From, To); in DeleteEdge()
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTree.h313 bool isPostDominator() const { return IsPostDominator; }
406 assert(!this->isPostDominator() &&
475 if (!isPostDominator()) {
506 return isPostDominator() && !A->getBlock();
632 assert(!this->isPostDominator() &&
DGenericDomTreeConstruction.h751 assert(NCDBlock || DT.isPostDominator()); in InsertReachable()
979 assert(ToIDom || DT.isPostDominator()); in DeleteReachable()
1079 assert(NCDBlock || DT.isPostDominator()); in DeleteUnreachable()
1548 errs() << (DT.isPostDominator() ? "Post" : "") in IsSameAsFreshTree()
1580 if (DT.isPostDominator()) std::swap(From, To); in InsertEdge()
1587 if (DT.isPostDominator()) std::swap(From, To); in DeleteEdge()
/external/llvm/include/llvm/Support/
DGenericDomTree.h62 bool isPostDominator() const { return IsPostDominators; } in isPostDominator() function
428 assert(!this->isPostDominator() && in isReachableFromEntry()
489 if (!this->isPostDominator()) { in findNearestCommonDominator()
615 if (this->isPostDominator()) in print()
DGenericDomTreeConstruction.h173 MultipleRoots |= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F)); in Calculate()
/external/llvm-project/llvm/include/llvm/Analysis/
DDominanceFrontier.h67 bool isPostDominator() const { in isPostDominator() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontier.h68 bool isPostDominator() const { in isPostDominator() function
/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h63 bool isPostDominator() const { in isPostDominator() function