Searched refs:ScopeTy (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ScopedHashTable.h | 150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy; typedef 154 ScopeTy *CurScope; 202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() 203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() 209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 149 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy; typedef 155 ScopeTy *CurScope; 202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() 203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() 209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 286 ScopedHTType::ScopeTy Scope(*AvailableValues); in INITIALIZE_PASS_DEPENDENCY() 290 LoadHTType::ScopeTy LoadScope(*AvailableLoads); in INITIALIZE_PASS_DEPENDENCY() 294 CallHTType::ScopeTy CallScope(*AvailableCalls); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 57 ScopedHTType::ScopeTy *HTScope; 168 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 335 ScopedHTType::ScopeTy Scope; 336 LoadHTType::ScopeTy LoadScope; 337 CallHTType::ScopeTy CallScope;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 73 typedef ScopedHTType::ScopeTy ScopeType;
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 77 typedef ScopedHTType::ScopeTy ScopeType;
|