Home
last modified time | relevance | path

Searched refs:ExistingNode (Results 1 – 3 of 3) 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/lib/Analysis/IPA/
DCallGraphSCCPass.cpp256 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph() local
262 if (ExistingNode->getFunction() == CS.getCalledFunction()) in RefreshCallGraph()
271 ExistingNode->getFunction() == 0) in RefreshCallGraph()
284 if (ExistingNode->getFunction() == 0) { 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()