HomeSort by relevance Sort by last modified time
    Searched refs:ExistingNode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 277 CallGraphNode *ExistingNode = ExistingIt->second;
283 if (ExistingNode->getFunction() == CS.getCalledFunction())
292 ExistingNode->getFunction() == nullptr)
305 if (!ExistingNode->getFunction()) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraphSCCPass.cpp 256 CallGraphNode *ExistingNode = ExistingIt->second;
262 if (ExistingNode->getFunction() == CS.getCalledFunction())
271 ExistingNode->getFunction() == 0)
284 if (ExistingNode->getFunction() == 0) {

Completed in 365 milliseconds