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

  /external/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;
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/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 57 ScopedHTType::ScopeTy *HTScope;
168 HTScope = new ScopedHTType::ScopeTy(ScopedHT);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 333 ScopedHTType::ScopeTy Scope;
334 LoadHTType::ScopeTy LoadScope;
335 CallHTType::ScopeTy CallScope;
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 77 typedef ScopedHTType::ScopeTy ScopeType;

Completed in 309 milliseconds