HomeSort by relevance Sort by last modified time
    Searched defs:DomSetMapType (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominanceFrontier.h 34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map
36 DomSetMapType Frontiers;
57 typedef DomSetMapType::iterator iterator;
58 typedef DomSetMapType::const_iterator const_iterator;
118 DomSetMapType tmpFrontiers;
119 for (DomSetMapType::const_iterator I = Other.begin(),
123 for (DomSetMapType::iterator I = tmpFrontiers.begin(),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
DominanceFrontier.h 36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
41 DomSetMapType Frontiers;
72 typedef typename DomSetMapType::iterator iterator;
73 typedef typename DomSetMapType::const_iterator const_iterator;

Completed in 210 milliseconds