Searched refs:ExistingIt (Results 1 – 3 of 3) sorted by relevance
321 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph() local323 if (ExistingIt != Calls.end()) { in RefreshCallGraph()324 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()327 Calls.erase(ExistingIt); in RefreshCallGraph()
449 auto ExistingIt = ConstOpToID.find(MO);450 if (ExistingIt != ConstOpToID.end())451 return ExistingIt->second;458 auto ExistingIt = ValueOpToID.find(VID);459 if (ExistingIt != ValueOpToID.end())460 return ExistingIt->second;
2126 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get() local2127 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()2128 return *ExistingIt; in get()