Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h410 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;