reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;