reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/ScopedHashTable.h
  163   ScopeTy *CurScope = nullptr;
  209   ScopeTy *getCurScope() { return CurScope; }
  210   const ScopeTy *getCurScope() const { return CurScope; }
  216   void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
lib/Transforms/Scalar/EarlyCSE.cpp
  552     CallHTType::ScopeTy CallScope;