Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominanceFrontier.h34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map typedef
36 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()
/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map typedef
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
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;
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()