HomeSort by: relevance | last modified time | path
    Searched refs:getCallSiteLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h 60 LineLocation getCallSiteLoc() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; }
229 if (ChildNode.getCallSiteLoc() != CallSite)
351 if (CallSite != NodeToPromo->getCallSiteLoc())
530 LineLocation OldCallSiteLoc = FromNode.getCallSiteLoc();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 84 LineLocation Callsite = CalleeNode->getCallSiteLoc();

Completed in 17 milliseconds