Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp332 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph() local
338 if (ExistingNode->getFunction() == Call->getCalledFunction()) in RefreshCallGraph()
347 ExistingNode->getFunction() == nullptr) in RefreshCallGraph()
360 if (!ExistingNode->getFunction()) { in RefreshCallGraph()