HomeSort by: relevance | last modified time | path
    Searched defs:CallSiteLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h 43 CallSiteLoc(CallLoc){};
81 LineLocation CallSiteLoc;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 51 if (ChildNode.CallSiteLoc != CallSite)
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc;
74 NewNode.CallSiteLoc = CallSite;
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; }
142 << " Callsite: " << CallSiteLoc << "\n"
469 LineLocation CallSiteLoc(0, 0);
482 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName);
484 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName);
486 CallSiteLoc = NextCallSiteLoc;

Completed in 58 milliseconds