Searched refs:DomSetMapType (Results 1 – 2 of 2) sorted by relevance
43 using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map variable48 DomSetMapType Frontiers;76 using iterator = typename DomSetMapType::iterator;77 using const_iterator = typename DomSetMapType::const_iterator;
101 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()