Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h45 using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map variable
50 DomSetMapType Frontiers;
78 using iterator = typename DomSetMapType::iterator;
79 using const_iterator = typename DomSetMapType::const_iterator;
H A DDominanceFrontierImpl.h102 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()