Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp321 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph() local
323 if (ExistingIt != Calls.end()) { in RefreshCallGraph()
324 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
327 Calls.erase(ExistingIt); in RefreshCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h487 auto ExistingIt = ConstOpToID.find(MO);
488 if (ExistingIt != ConstOpToID.end())
489 return ExistingIt->second;
496 auto ExistingIt = ValueOpToID.find(VID);
497 if (ExistingIt != ValueOpToID.end())
498 return ExistingIt->second;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2313 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get() local
2314 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()
2315 return *ExistingIt; in get()