Searched refs:DomSetMapType (Results 1 – 2 of 2) sorted by relevance
45 using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map variable50 DomSetMapType Frontiers;78 using iterator = typename DomSetMapType::iterator;79 using const_iterator = typename DomSetMapType::const_iterator;
102 DomSetMapType tmpFrontiers; in compare()103 for (typename DomSetMapType::const_iterator I = Other.begin(), in compare()108 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()