Searched refs:DomSetMapType (Results 1 – 5 of 5) sorted by relevance
34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map typedef36 DomSetMapType Frontiers;57 typedef DomSetMapType::iterator iterator;58 typedef DomSetMapType::const_iterator const_iterator;118 DomSetMapType tmpFrontiers; in compare()119 for (DomSetMapType::const_iterator I = Other.begin(), in compare()123 for (DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map typedef41 DomSetMapType Frontiers;72 typedef typename DomSetMapType::iterator iterator;73 typedef typename DomSetMapType::const_iterator const_iterator;
94 DomSetMapType tmpFrontiers; in compare()95 for (typename DomSetMapType::const_iterator I = Other.begin(), in compare()100 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()
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()