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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite,
363 CallerNode->getChildContext(CallSite, CalleeName);
421 return CallContext->getChildContext(
453 ContextNode = ContextNode->getChildContext(CallSite, CalleeName);
484 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName);
496 return RootContext.getChildContext(LineLocation(0, 0), FName);
539 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h 44 ContextTrieNode *getChildContext(const LineLocation &CallSite,

Completed in 19 milliseconds