Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCallGraphSCCPass.cpp277 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph() local
283 if (ExistingNode->getFunction() == CS.getCalledFunction()) in RefreshCallGraph()
292 ExistingNode->getFunction() == nullptr) in RefreshCallGraph()
305 if (!ExistingNode->getFunction()) { in RefreshCallGraph()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp289 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph() local
295 if (ExistingNode->getFunction() == CS.getCalledFunction()) in RefreshCallGraph()
304 ExistingNode->getFunction() == nullptr) in RefreshCallGraph()
317 if (!ExistingNode->getFunction()) { in RefreshCallGraph()