Searched refs:ExistingIt (Results 1 – 2 of 2) sorted by relevance
320 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph() local322 if (ExistingIt != Calls.end()) { in RefreshCallGraph()323 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()326 Calls.erase(ExistingIt); in RefreshCallGraph()
2591 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get() local2592 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()2593 return *ExistingIt; in get()