Home
last modified time | relevance | path

Searched refs:getChildContext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode
363 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()
421 return CallContext->getChildContext( in getCalleeContextFor()
453 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()
484 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
496 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()
539 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h44 ContextTrieNode *getChildContext(const LineLocation &CallSite,