HomeSort by relevance Sort by last modified time
    Searched refs:ScopeTy (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 147 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
149 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
155 ScopeTy *CurScope;
202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ScopedHashTable.h 148 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
154 ScopeTy *CurScope;
202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopedHashTable.h 152 /// ScopeTy - This is a helpful typedef that allows clients to get easy access
154 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
162 ScopeTy *CurScope = nullptr;
208 ScopeTy *getCurScope() { return CurScope; }
209 const ScopeTy *getCurScope() const { return CurScope; }
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 57 ScopedHTType::ScopeTy *HTScope;
168 HTScope = new ScopedHTType::ScopeTy(ScopedHT);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 286 ScopedHTType::ScopeTy Scope(*AvailableValues);
290 LoadHTType::ScopeTy LoadScope(*AvailableLoads);
294 CallHTType::ScopeTy CallScope(*AvailableCalls);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 335 ScopedHTType::ScopeTy Scope;
336 LoadHTType::ScopeTy LoadScope;
337 CallHTType::ScopeTy CallScope;
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 77 typedef ScopedHTType::ScopeTy ScopeType;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp 73 typedef ScopedHTType::ScopeTy ScopeType;

Completed in 1364 milliseconds