Home
last modified time | relevance | path

Searched refs:DominatedBy (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DGenericDomTree.h150 bool DominatedBy(const DomTreeNodeBase<NodeT> *other) const { in DominatedBy() function
456 (dominatedBySlowTreeWalk(A, B) == B->DominatedBy(A))) && in dominates()
461 return B->DominatedBy(A); in dominates()
468 return B->DominatedBy(A); in dominates()
514 if (NodeB->DominatedBy(IDomA)) in findNearestCommonDominator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h143 bool DominatedBy(const DomTreeNodeBase *other) const {
418 (dominatedBySlowTreeWalk(A, B) == B->DominatedBy(A))) &&
423 return B->DominatedBy(A);
430 return B->DominatedBy(A);
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTree.h149 bool DominatedBy(const DomTreeNodeBase *other) const {
441 (dominatedBySlowTreeWalk(A, B) == B->DominatedBy(A))) &&
446 return B->DominatedBy(A);
453 return B->DominatedBy(A);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp705 auto allUsesDominatedBy = [DT](Instruction *I, Instruction *DominatedBy) { in isFirstOrderRecurrence() argument
706 return all_of(I->uses(), [DT, DominatedBy](Use &U) { in isFirstOrderRecurrence()
707 return DT->dominates(DominatedBy, U); in isFirstOrderRecurrence()
/external/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp708 auto allUsesDominatedBy = [DT](Instruction *I, Instruction *DominatedBy) { in isFirstOrderRecurrence() argument
709 return all_of(I->uses(), [DT, DominatedBy](Use &U) { in isFirstOrderRecurrence()
710 return DT->dominates(DominatedBy, U); in isFirstOrderRecurrence()