Searched refs:OldScope (Results 1 – 2 of 2) sorted by relevance
269 MDNode *OldScope = Entry.first.get(); in deleted() local271 assert(OldScope != 0 && OldInlinedAt != 0 && in deleted()275 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in deleted()277 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in deleted()323 MDNode *OldScope = Entry.first.get(); in allUsesReplacedWith() local325 assert(OldScope != 0 && OldInlinedAt != 0 && in allUsesReplacedWith()329 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in allUsesReplacedWith()331 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in allUsesReplacedWith()
391 Scope *OldScope = getCurScope(); in ExitScope() local392 Actions.CurScope = OldScope->getParent(); in ExitScope()395 delete OldScope; in ExitScope()397 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()