Searched refs:OldScope (Results 1 – 2 of 2) sorted by relevance
240 MDNode *OldScope = Entry.first.get(); in deleted() local242 assert(OldScope != 0 && OldInlinedAt != 0 && in deleted()246 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in deleted()248 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in deleted()294 MDNode *OldScope = Entry.first.get(); in allUsesReplacedWith() local296 assert(OldScope != 0 && OldInlinedAt != 0 && in allUsesReplacedWith()300 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in allUsesReplacedWith()302 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in allUsesReplacedWith()
384 Scope *OldScope = getCurScope(); in ExitScope() local385 Actions.CurScope = OldScope->getParent(); in ExitScope()388 delete OldScope; in ExitScope()390 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()