Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp323 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph() local
329 if (ExistingNode->getFunction() == Call->getCalledFunction()) in RefreshCallGraph()
338 ExistingNode->getFunction() == nullptr) in RefreshCallGraph()
351 if (!ExistingNode->getFunction()) { in RefreshCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp153 TrieNode *ExistingNode = &Content; in sink() local
155 if (get(I).compare_exchange_strong(ExistingNode, S.get())) in sink()
160 return cast<TrieSubtrie>(ExistingNode); in sink()