Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode
398 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()
475 return CallContext->getChildContext( in getCalleeContextFor()
508 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()
530 ContextNode->getChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath()
543 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()
585 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h42 ContextTrieNode *getChildContext(const LineLocation &CallSite, in ParentContext()