Home
last modified time | relevance | path

Searched refs:DomSetMapType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h35 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map typedef
40 DomSetMapType Frontiers;
71 typedef typename DomSetMapType::iterator iterator;
72 typedef typename DomSetMapType::const_iterator const_iterator;
DDominanceFrontierImpl.h94 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()