Searched refs:compareDomSet (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 94 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() function 95 return Base.compareDomSet(DS1, DS2); in compareDomSet()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() function 93 return Base.compareDomSet(DS1, DS2); in compareDomSet()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DominanceFrontier.h | 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() function 130 if (compareDomSet(I->second, DFI->second)) in compare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 75 bool DominanceFrontierBase<BlockT, IsPostDom>::compareDomSet( in compareDomSet() function 116 if (compareDomSet(I->second, DFI->second)) in compare()
|
D | DominanceFrontier.h | 102 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 67 bool DominanceFrontierBase<BlockT>::compareDomSet(DomSetType &DS1, in compareDomSet() function 108 if (compareDomSet(I->second, DFI->second)) in compare()
|
D | DominanceFrontier.h | 95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
|