Home
last modified time | relevance | path

Searched refs:DomSetMapType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h43 using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map variable
48 DomSetMapType Frontiers;
76 using iterator = typename DomSetMapType::iterator;
77 using const_iterator = typename DomSetMapType::const_iterator;
H A DDominanceFrontierImpl.h101 DomSetMapType tmpFrontiers; in compare()
102 for (typename DomSetMapType::const_iterator I = Other.begin(), in compare()
107 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()