Home
last modified time | relevance | path

Searched refs:ExistingIt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp329 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph() local
331 if (ExistingIt != Calls.end()) { in RefreshCallGraph()
332 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
335 Calls.erase(ExistingIt); in RefreshCallGraph()