Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp320 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph() local
322 if (ExistingIt != Calls.end()) { in RefreshCallGraph()
323 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
326 Calls.erase(ExistingIt); in RefreshCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2591 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get() local
2592 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()
2593 return *ExistingIt; in get()