Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h46 using DomSetMapType = DenseMap<BlockT *, DomSetType>; // Dom set map variable
51 DomSetMapType Frontiers;
79 using iterator = typename DomSetMapType::iterator;
80 using const_iterator = typename DomSetMapType::const_iterator;
H A DDominanceFrontierImpl.h99 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()