Searched refs:DomSetMapType (Results 1 – 2 of 2) sorted by relevance
45 using DomSetMapType = DenseMap<BlockT *, DomSetType>; // Dom set map variable50 DomSetMapType Frontiers;78 using iterator = typename DomSetMapType::iterator;79 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()