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()
410 auto ExistingIt = ConstOpToID.find(MO);411 if (ExistingIt != ConstOpToID.end())412 return ExistingIt->second;419 auto ExistingIt = ValueOpToID.find(VID);420 if (ExistingIt != ValueOpToID.end())421 return ExistingIt->second;