Searched refs:DomSetMapType (Results 1 – 2 of 2) sorted by relevance
46 using DomSetMapType = DenseMap<BlockT *, DomSetType>; // Dom set map variable51 DomSetMapType Frontiers;79 using iterator = typename DomSetMapType::iterator;80 using const_iterator = typename DomSetMapType::const_iterator;
99 DomSetMapType tmpFrontiers; in compare() 100 for (typename DomSetMapType::const_iterator I = Other.begin(), in compare() 105 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()