Home
last modified time | relevance | path

Searched refs:compareDomSet (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h94 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() function
95 return Base.compareDomSet(DS1, DS2); in compareDomSet()
/external/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h92 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/
DDominanceFrontier.h92 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/
DDominanceFrontierImpl.h75 bool DominanceFrontierBase<BlockT, IsPostDom>::compareDomSet( in compareDomSet() function
116 if (compareDomSet(I->second, DFI->second)) in compare()
DDominanceFrontier.h102 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
/external/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h67 bool DominanceFrontierBase<BlockT>::compareDomSet(DomSetType &DS1, in compareDomSet() function
108 if (compareDomSet(I->second, DFI->second)) in compare()
DDominanceFrontier.h95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;