Searched refs:DominatedBy (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 150 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/ |
D | GenericDomTree.h | 143 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/ |
D | GenericDomTree.h | 149 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/ |
D | IVDescriptors.cpp | 705 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/ |
D | IVDescriptors.cpp | 708 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()
|