Home
last modified time | relevance | path

Searched refs:ScopeTy (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h150 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/
DScopedHashTable.h149 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/
DEarlyCSE.cpp286 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/
DMipsOptimizePICCall.cpp57 ScopedHTType::ScopeTy *HTScope;
168 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp335 ScopedHTType::ScopeTy Scope;
336 LoadHTType::ScopeTy LoadScope;
337 CallHTType::ScopeTy CallScope;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp73 typedef ScopedHTType::ScopeTy ScopeType;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp77 typedef ScopedHTType::ScopeTy ScopeType;