Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h449 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;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2126 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get() local
2127 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()
2128 return *ExistingIt; in get()