Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp331 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph() local
337 if (ExistingNode->getFunction() == Call->getCalledFunction()) in RefreshCallGraph()
346 ExistingNode->getFunction() == nullptr) in RefreshCallGraph()
359 if (!ExistingNode->getFunction()) { in RefreshCallGraph()